Add RetroPie configs backup from /opt/retropie/configs
키 설정·패드 매핑·에뮬 설정을 sync-configs.sh로 동기화. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
20
configs/zxspectrum/.zesaruxrc
Normal file
20
configs/zxspectrum/.zesaruxrc
Normal file
@@ -0,0 +1,20 @@
|
||||
;ZEsarUX sample configuration file
|
||||
;
|
||||
;Lines beginning with ; or # are ignored
|
||||
|
||||
;Run zesarux with --help or --experthelp to see all the options
|
||||
--disableborder
|
||||
--disablefooter
|
||||
--vo sdl
|
||||
--ao sdl
|
||||
--hidemousepointer
|
||||
--fullscreen
|
||||
|
||||
--smartloadpath /home/hoon/RetroPie/roms/zxspectrum
|
||||
|
||||
--joystickemulated Kempston
|
||||
|
||||
;Remap Fire Event. Uncomment and amend if you wish to change the default button 3.
|
||||
;--joystickevent 3 Fire
|
||||
;Remap On-screen keyboard. Uncomment and amend if you wish to change the default button 5.
|
||||
;--joystickevent 5 Osdkeyboard
|
||||
7
configs/zxspectrum/emulators.cfg
Normal file
7
configs/zxspectrum/emulators.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
lr-fbneo-spec = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem spec --config /opt/retropie/configs/zxspectrum/retroarch.cfg %ROM%"
|
||||
lr-fuse = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fuse/fuse_libretro.so --config /opt/retropie/configs/zxspectrum/retroarch.cfg %ROM%"
|
||||
default = "lr-fuse"
|
||||
fbzx = "pushd /opt/retropie/emulators/fbzx/share; /opt/retropie/emulators/fbzx/bin/fbzx -fs %ROM%; popd"
|
||||
fuse-48k = "/opt/retropie/emulators/fuse/bin/fuse --machine 48 --full-screen %ROM%"
|
||||
fuse-128k = "/opt/retropie/emulators/fuse/bin/fuse --machine 128 --full-screen %ROM%"
|
||||
zesarux = "bash /home/hoon/RetroPie/roms/zxspectrum/+Start\ ZEsarUX.sh %ROM%"
|
||||
5
configs/zxspectrum/retroarch.cfg
Normal file
5
configs/zxspectrum/retroarch.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
|
||||
|
||||
input_remapping_directory = "/opt/retropie/configs/zxspectrum"
|
||||
|
||||
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||
Reference in New Issue
Block a user