aboutsummaryrefslogtreecommitdiff
path: root/menu.py
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-10 17:52:16 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-10 17:52:16 -0400
commit5fab57bf82db283f8902183a1272bf498c6b473f (patch)
tree89894dd3a99d5db43581704a53f2158a1afd4349 /menu.py
parent4ffb68cc599b8adbc38eee290818a64788d88c0b (diff)
downloadRPi-Menu-5fab57bf82db283f8902183a1272bf498c6b473f.tar.gz
RPi-Menu-5fab57bf82db283f8902183a1272bf498c6b473f.tar.bz2
RPi-Menu-5fab57bf82db283f8902183a1272bf498c6b473f.zip
Added a todo
Diffstat (limited to 'menu.py')
-rwxr-xr-xmenu.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu.py b/menu.py
index 49f8794..eda9c4e 100755
--- a/menu.py
+++ b/menu.py
@@ -41,6 +41,7 @@ def launchDashboard():
quit()
def launchRetroPie():
print("Launching RetroPie")
+ # TODO: Fix this
os.system("emulationstation")
quit()
def launchSteam():