commit
2141b0a2fe
2 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,7 @@ Type=simple
|
|||
ExecStart=/usr/bin/start_es.sh
|
||||
# This is hack, ES doesn't immediately detect the builtin gamepad
|
||||
# unless an input device is connected while ES is running
|
||||
ExecStartPost=/usr/bin/timeout --preserve-status 1 /usr/bin/gptokeyb
|
||||
ExecStartPost=/usr/bin/timeout --preserve-status 5 /usr/bin/gptokeyb
|
||||
WorkingDirectory=/storage
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
|
|
|
@ -7,3 +7,5 @@ export SWAYSOCK="${XDG_RUNTIME_DIR}/sway-ipc.0.sock"
|
|||
|
||||
# this lets ppsspp to work with wayland and not segfault
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
export SDL_AUDIODRIVER=pulseaudio
|
||||
export XKB_CONFIG_ROOT=/usr/share/X11/xkb
|
||||
|
|
Loading…
Reference in a new issue