forked from jxded/anbernic-pm-launchscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SuperTux.sh
42 lines (32 loc) · 1.08 KB
/
SuperTux.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/bin/bash
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
export HOME=/root
if [ -d "/opt/system/Tools/PortMaster/" ]; then
controlfolder="/opt/system/Tools/PortMaster"
elif [ -d "/opt/tools/PortMaster/" ]; then
controlfolder="/opt/tools/PortMaster"
elif [ -d "$XDG_DATA_HOME/PortMaster/" ]; then
controlfolder="$XDG_DATA_HOME/PortMaster"
else
controlfolder="/roms/ports/PortMaster"
fi
SHDIR=$(dirname "$0")
DISPLAY_WIDTH=640
DISPLAY_HEIGHT=480
source $controlfolder/control.txt
source $controlfolder/device_info.txt
get_controls
GAMEDIR="$SHDIR/supertux"
echo "--directory=$directory---,HOTKEY=$HOTKEY--"
cd $GAMEDIR
export LD_LIBRARY_PATH="$GAMEDIR/libs:$LD_LIBRARY_PATH"
export SDL_GAMECONTROLLERCONFIG="$sdl_controllerconfig"
export SUPERTUX2_DATA_DIR=$GAMEDIR
export SUPERTUX2_USER_DIR=$GAMEDIR
$ESUDO chmod 666 /dev/uinput
$GPTOKEYB "supertux2" -c "./supertux.gptk" &
./supertux2 -a $DISPLAY_WIDTH:$DISPLAY_HEIGHT -g $DISPLAY_WIDTH"x"$DISPLAY_HEIGHT
$ESUDO kill -9 $(pidof gptokeyb)
$ESUDO systemctl restart oga_events &
printf "\033c" > /dev/tty1
printf "\033c" > /dev/tty0