Skip to content

Commit

Permalink
Finally get mGBA working for RK3399 AND RPi4, for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Mar 26, 2022
1 parent 2b70720 commit c3d1306
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added emulators/mgba/libmgba.so.0.7
Binary file not shown.
Binary file added emulators/mgba/libmgba.so.0.7.0
Binary file not shown.
1 change: 1 addition & 0 deletions emulators/mgba/mgba-start
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/dash
cd ${HOME}/Thunder/emulators/mgba
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
if tr -d '\0' </proc/device-tree/compatible | grep -q "rk3399"; then
./mgba-qt
else
Expand Down

0 comments on commit c3d1306

Please sign in to comment.