Skip to content

Commit

Permalink
add rg35xx plus batocera metadata folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Jan 28, 2024
1 parent 7bbfe07 commit 200fb21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions metadata/rg35xxplusbatocera/Znax.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export PORTS_FOLDER=$(realpath $(dirname ${BASH_SOURCE[0]}))
export GAMEDIR="${PORTS_FOLDER}/znax"
export HOME="/userdata/system"
export SDL_ASSERT=always_ignore
export SDL_GAMECONTROLLERCONFIG=$(grep "Deeplay" "${HOME}/.config/gamecontrollerdb.txt")

chmod +x $GAMEDIR/znax

cd $GAMEDIR
./znax -r

0 comments on commit 200fb21

Please sign in to comment.