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 fe27ac3 commit 456ed65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions metadata/rg35xxplusbatocera/Puztrix.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export PORTS_FOLDER=$(realpath $(dirname ${BASH_SOURCE[0]}))
export GAMEDIR="${PORTS_FOLDER}/puztrix"
export HOME="/userdata/system"
export SDL_ASSERT=always_ignore
export SDL_GAMECONTROLLERCONFIG=$(grep "Deeplay" "${HOME}/.config/gamecontrollerdb.txt")

chmod +x $GAMEDIR/game

cd $GAMEDIR
./game -f

0 comments on commit 456ed65

Please sign in to comment.