Skip to content

Commit

Permalink
Still trying to get mGBA to work on RPiOS for #3...
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Mar 20, 2022
1 parent b535ec7 commit 6d2f196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions emulators/mgba/mgba-start
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/dash
cd ${HOME}/Thunder/emulators/mgba
./mgba-qt
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def ppsspp():
command = f'~/Thunder/emulators/ppsspp/PPSSPPSDL'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
def mgba():
command = f'~/Thunder/emulators/mgba/mgba-qt'
command = f'~/Thunder/emulators/mgba/mgba-start'
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
# The functions for running games
def gamerun(title, path, runner):
Expand Down

0 comments on commit 6d2f196

Please sign in to comment.