Add RetroPie configs backup from /opt/retropie/configs
키 설정·패드 매핑·에뮬 설정을 sync-configs.sh로 동기화. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
5
configs/all/runcommand-onstart.sh
Executable file
5
configs/all/runcommand-onstart.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# 데스크톱/VNC 세션에서 게임 실행 시 같은 디스플레이에 남기기
|
||||
if [[ -n "$DISPLAY" ]]; then
|
||||
export SDL_VIDEODRIVER=x11
|
||||
fi
|
||||
Reference in New Issue
Block a user