Add RetroPie configs backup from /opt/retropie/configs

키 설정·패드 매핑·에뮬 설정을 sync-configs.sh로 동기화.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
hoon
2026-09-01 01:41:18 +09:00
parent d1e986fac9
commit 27544f3057
189 changed files with 29732 additions and 34 deletions

View File

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