Files
retro_pi/configs/all/runcommand-onstart.sh
hoon 27544f3057 Add RetroPie configs backup from /opt/retropie/configs
키 설정·패드 매핑·에뮬 설정을 sync-configs.sh로 동기화.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-01 01:41:18 +09:00

6 lines
159 B
Bash
Executable File

#!/bin/bash
# 데스크톱/VNC 세션에서 게임 실행 시 같은 디스플레이에 남기기
if [[ -n "$DISPLAY" ]]; then
export SDL_VIDEODRIVER=x11
fi