Add RetroPie configs backup from /opt/retropie/configs
키 설정·패드 매핑·에뮬 설정을 sync-configs.sh로 동기화. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
49
README.md
49
README.md
@@ -1,19 +1,54 @@
|
|||||||
# RetroPie (레트로파이 Pi)
|
# RetroPie (레트로파이 Pi)
|
||||||
|
|
||||||
게임 ROM·BIOS·설정 정리. **ROM/BIOS는 Git에 올리지 않습니다** (용량·저작권).
|
게임 ROM·설정 백업. **ROM/BIOS는 Git에 올리지 않습니다** (용량·저작권).
|
||||||
|
|
||||||
## 경로
|
## 설정 파일은 어디?
|
||||||
|
|
||||||
|
RetroPie OS에서 **키 설정·패드 매핑·에뮬 설정**은 `~/RetroPie`가 아니라 **`/opt/retropie/configs/`** 에 있습니다.
|
||||||
|
|
||||||
|
| 경로 | 내용 |
|
||||||
|
|------|------|
|
||||||
|
| `/opt/retropie/configs/all/retroarch.cfg` | RetroArch 단축키·전역 설정 |
|
||||||
|
| `/opt/retropie/configs/all/retroarch-core-options.cfg` | 코어별 옵션 |
|
||||||
|
| `/opt/retropie/configs/all/retroarch/autoconfig/*.cfg` | 패드 자동 매핑 (Pro Controller, 8BitDo 등) |
|
||||||
|
| `/opt/retropie/configs/all/emulationstation/es_input.cfg` | EmulationStation 조이스틱 |
|
||||||
|
| `/opt/retropie/configs/all/emulationstation/es_settings.cfg` | ES 테마·UI |
|
||||||
|
| `/opt/retropie/configs/<시스템>/retroarch.cfg` | SNES, PSX, MSX 등 시스템별 오버라이드 |
|
||||||
|
| `/opt/retropie/configs/<시스템>/*.rmp` | 게임별 리맵 |
|
||||||
|
|
||||||
|
홈 심볼릭 링크:
|
||||||
|
- `~/.emulationstation` → `/opt/retropie/configs/all/emulationstation`
|
||||||
|
- `~/.config/retroarch` → `/opt/retropie/configs/all/retroarch`
|
||||||
|
|
||||||
|
## Git 저장소 구조
|
||||||
|
|
||||||
```
|
```
|
||||||
/home/hoon/projects/retropie/
|
/home/hoon/projects/retropie/
|
||||||
|
├── configs/ ← /opt/retropie/configs 미러 (백업 대상)
|
||||||
├── RetroPie/
|
├── RetroPie/
|
||||||
│ ├── roms/ # ~28GB — .gitignore
|
│ ├── roms/ # ~28GB — .gitignore
|
||||||
│ └── BIOS/ # .gitignore
|
│ └── BIOS/ # .gitignore
|
||||||
├── RetroPie-Setup/ # upstream 설치 스크립트 (별도 git)
|
├── RetroPie-Setup/ # upstream 설치 스크립트 — .gitignore
|
||||||
├── docs/ # 메모·추천 게임 목록
|
├── docs/
|
||||||
└── configs/ # retroarch 백업 등
|
└── scripts/
|
||||||
|
└── sync-configs.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## RetroPie 표준 심볼릭 링크
|
## 설정 백업 → Git push
|
||||||
|
|
||||||
`~/.emulationstation` 등 홈의 `.xxx` → `/opt/retropie/...` 링크는 RetroPie OS 기본값입니다. 건드리지 않았습니다.
|
설정 바꾼 뒤:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd /home/hoon/projects/retropie
|
||||||
|
./scripts/sync-configs.sh
|
||||||
|
git add configs/
|
||||||
|
git commit -m "backup configs"
|
||||||
|
git push
|
||||||
|
```
|
||||||
|
|
||||||
|
## 복원
|
||||||
|
|
||||||
|
```bash
|
||||||
|
rsync -av configs/ /opt/retropie/configs/
|
||||||
|
# 또는 sync-configs.sh의 SRC/DST를 반대로
|
||||||
|
```
|
||||||
|
|||||||
2
configs/ags/emulators.cfg
Normal file
2
configs/ags/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ags = "bash '/opt/retropie/emulators/ags/launch_ags.sh' %ROM%"
|
||||||
|
default = "ags"
|
||||||
9
configs/all/autoconf.cfg
Normal file
9
configs/all/autoconf.cfg
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# this file can be used to enable/disable retropie autoconfiguration features
|
||||||
|
8bitdo_hack = "0"
|
||||||
|
es_swap_a_b = "0"
|
||||||
|
disable = "0"
|
||||||
|
mupen64plus_audio = "0"
|
||||||
|
mupen64plus_compatibility_check = "0"
|
||||||
|
mupen64plus_hotkeys = "1"
|
||||||
|
mupen64plus_texture_packs = "1"
|
||||||
|
reicast_input = "1"
|
||||||
1
configs/all/autostart.sh
Normal file
1
configs/all/autostart.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
emulationstation #auto
|
||||||
13
configs/all/backends.cfg
Normal file
13
configs/all/backends.cfg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
atari800="sdl12-compat"
|
||||||
|
atari800-800="sdl12-compat"
|
||||||
|
atari800-800xl="sdl12-compat"
|
||||||
|
atari800-130xe="sdl12-compat"
|
||||||
|
atari800-5200="sdl12-compat"
|
||||||
|
capricerpi="sdl12-compat"
|
||||||
|
fbzx="sdl12-compat"
|
||||||
|
fuse="sdl12-compat"
|
||||||
|
fuse-48k="sdl12-compat"
|
||||||
|
fuse-128k="sdl12-compat"
|
||||||
|
linapple="sdl12-compat"
|
||||||
|
osmose="sdl12-compat"
|
||||||
|
xrick="sdl12-compat"
|
||||||
33
configs/all/emulationstation/es_input.cfg
Normal file
33
configs/all/emulationstation/es_input.cfg
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<inputList>
|
||||||
|
<inputConfig type="joystick" deviceName="Pro Controller" vendorId="1406" productId="8201" deviceGUID="0500d71f7e0500000920000001800000">
|
||||||
|
<input name="a" type="button" id="1" value="1" />
|
||||||
|
<input name="b" type="button" id="0" value="1" />
|
||||||
|
<input name="down" type="hat" id="0" value="4" />
|
||||||
|
<input name="hotkeyenable" type="button" id="11" value="1" />
|
||||||
|
<input name="left" type="hat" id="0" value="8" />
|
||||||
|
<input name="leftanalogdown" type="axis" id="1" value="1" />
|
||||||
|
<input name="leftanalogleft" type="axis" id="0" value="-1" />
|
||||||
|
<input name="leftanalogright" type="axis" id="0" value="1" />
|
||||||
|
<input name="leftanalogup" type="axis" id="1" value="-1" />
|
||||||
|
<input name="leftshoulder" type="button" id="7" value="1" />
|
||||||
|
<input name="lefttrigger" type="button" id="5" value="1" />
|
||||||
|
<input name="right" type="hat" id="0" value="2" />
|
||||||
|
<input name="rightanalogdown" type="axis" id="3" value="1" />
|
||||||
|
<input name="rightanalogleft" type="axis" id="2" value="-1" />
|
||||||
|
<input name="rightanalogright" type="axis" id="2" value="1" />
|
||||||
|
<input name="rightanalogup" type="axis" id="3" value="-1" />
|
||||||
|
<input name="rightshoulder" type="button" id="8" value="1" />
|
||||||
|
<input name="righttrigger" type="button" id="6" value="1" />
|
||||||
|
<input name="select" type="button" id="10" value="1" />
|
||||||
|
<input name="start" type="button" id="9" value="1" />
|
||||||
|
<input name="up" type="hat" id="0" value="1" />
|
||||||
|
<input name="x" type="button" id="2" value="1" />
|
||||||
|
<input name="y" type="button" id="3" value="1" />
|
||||||
|
</inputConfig>
|
||||||
|
<inputAction type="onfinish">
|
||||||
|
<command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
|
||||||
|
</inputAction>
|
||||||
|
<inputConfig type="joystick" deviceName="8BitDo Ultimate Wireless / Pro 2 Wired Controller" deviceGUID="030002afc82d00000631000014010000">
|
||||||
|
<input name="a" type="button" id="1" value="1" /><input name="b" type="button" id="0" value="1" /><input name="x" type="button" id="3" value="1" /><input name="y" type="button" id="2" value="1" /><input name="select" type="button" id="6" value="1" /><input name="start" type="button" id="7" value="1" /><input name="hotkeyenable" type="button" id="6" value="1" /><input name="leftshoulder" type="button" id="4" value="1" /><input name="rightshoulder" type="button" id="5" value="1" /><input name="leftthumb" type="button" id="9" value="1" /><input name="rightthumb" type="button" id="10" value="1" /><input name="up" type="hat" id="0" value="1" /><input name="down" type="hat" id="0" value="4" /><input name="left" type="hat" id="0" value="8" /><input name="right" type="hat" id="0" value="2" /><input name="leftanalogleft" type="axis" id="0" value="-1" /><input name="leftanalogright" type="axis" id="0" value="1" /><input name="leftanalogup" type="axis" id="1" value="-1" /><input name="leftanalogdown" type="axis" id="1" value="1" /><input name="rightanalogleft" type="axis" id="3" value="-1" /><input name="rightanalogright" type="axis" id="3" value="1" /><input name="rightanalogup" type="axis" id="4" value="-1" /><input name="rightanalogdown" type="axis" id="4" value="1" /></inputConfig>
|
||||||
|
</inputList>
|
||||||
60
configs/all/emulationstation/es_settings.cfg
Normal file
60
configs/all/emulationstation/es_settings.cfg
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<bool name="BackgroundIndexing" value="false" />
|
||||||
|
<bool name="BackgroundJoystickInput" value="false" />
|
||||||
|
<bool name="CollectionShowSystemInfo" value="true" />
|
||||||
|
<bool name="DisableKidStartMenu" value="true" />
|
||||||
|
<bool name="DoublePressRemovesFromFavs" value="false" />
|
||||||
|
<bool name="DrawFramerate" value="false" />
|
||||||
|
<bool name="EnableSounds" value="true" />
|
||||||
|
<bool name="ForceDisableFilters" value="false" />
|
||||||
|
<bool name="IgnoreLeadingArticles" value="false" />
|
||||||
|
<bool name="LocalArt" value="false" />
|
||||||
|
<bool name="MoveCarousel" value="true" />
|
||||||
|
<bool name="ParseGamelistOnly" value="false" />
|
||||||
|
<bool name="QuickSystemSelect" value="true" />
|
||||||
|
<bool name="ScrapeRatings" value="true" />
|
||||||
|
<bool name="ScreenSaverControls" value="true" />
|
||||||
|
<bool name="ScreenSaverOmxPlayer" value="false" />
|
||||||
|
<bool name="ScreenSaverVideoMute" value="false" />
|
||||||
|
<bool name="ShowHelpPrompts" value="true" />
|
||||||
|
<bool name="ShowHiddenFiles" value="false" />
|
||||||
|
<bool name="SlideshowScreenSaverCustomMediaSource" value="false" />
|
||||||
|
<bool name="SlideshowScreenSaverRecurse" value="false" />
|
||||||
|
<bool name="SlideshowScreenSaverStretch" value="false" />
|
||||||
|
<bool name="SortAllSystems" value="false" />
|
||||||
|
<bool name="StretchVideoOnScreenSaver" value="false" />
|
||||||
|
<bool name="SystemSleepTimeHintDisplayed" value="false" />
|
||||||
|
<bool name="ThreadedLoading" value="false" />
|
||||||
|
<bool name="UseCustomCollectionsSystem" value="true" />
|
||||||
|
<bool name="UseFullscreenPaging" value="false" />
|
||||||
|
<bool name="VideoAudio" value="true" />
|
||||||
|
<bool name="VideoOmxPlayer" value="false" />
|
||||||
|
<int name="MaxVRAM" value="80" />
|
||||||
|
<int name="ScraperResizeHeight" value="0" />
|
||||||
|
<int name="ScraperResizeWidth" value="400" />
|
||||||
|
<int name="ScreenSaverSwapMediaTimeout" value="10000" />
|
||||||
|
<int name="ScreenSaverSwapVideoTimeout" value="30000" />
|
||||||
|
<int name="ScreenSaverTime" value="300000" />
|
||||||
|
<int name="SystemSleepTime" value="0" />
|
||||||
|
<string name="AudioCard" value="default" />
|
||||||
|
<string name="AudioDevice" value="HDMI" />
|
||||||
|
<string name="CollectionSystemsAuto" value="" />
|
||||||
|
<string name="CollectionSystemsCustom" value="" />
|
||||||
|
<string name="GamelistViewStyle" value="automatic" />
|
||||||
|
<string name="LeadingArticles" value="a,an,the" />
|
||||||
|
<string name="OMXAudioDev" value="both" />
|
||||||
|
<string name="PowerSaverMode" value="disabled" />
|
||||||
|
<string name="SaveGamelistsMode" value="on exit" />
|
||||||
|
<string name="Scraper" value="TheGamesDB" />
|
||||||
|
<string name="ScreenSaverBehavior" value="dim" />
|
||||||
|
<string name="ScreenSaverGameInfo" value="never" />
|
||||||
|
<string name="SlideshowScreenSaverBackgroundAudioFile" value="/home/hoon/.emulationstation/slideshow/audio/slideshow_bg.wav" />
|
||||||
|
<string name="SlideshowScreenSaverImageFilter" value=".png,.jpg" />
|
||||||
|
<string name="SlideshowScreenSaverMediaDir" value="/home/hoon/.emulationstation/slideshow/media" />
|
||||||
|
<string name="SlideshowScreenSaverVideoFilter" value=".mp4,.avi" />
|
||||||
|
<string name="StartupSystem" value="" />
|
||||||
|
<string name="ThemeSet" value="carbon-2021" />
|
||||||
|
<string name="TransitionStyle" value="fade" />
|
||||||
|
<string name="UIMode" value="Full" />
|
||||||
|
<string name="UIMode_passkey" value="uuddlrlrba" />
|
||||||
|
<string name="VlcScreenSaverResolution" value="original" />
|
||||||
1
configs/all/emulators.cfg
Normal file
1
configs/all/emulators.cfg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
msx_CircusCharlieJapan = "lr-bluemsx"
|
||||||
467
configs/all/retroarch-core-options.cfg
Normal file
467
configs/all/retroarch-core-options.cfg
Normal file
@@ -0,0 +1,467 @@
|
|||||||
|
bluemsx_additional_cart = "disabled"
|
||||||
|
bluemsx_auto_rewind_cas = "ON"
|
||||||
|
bluemsx_cartmapper = "Auto"
|
||||||
|
bluemsx_msxtype = "Auto"
|
||||||
|
bluemsx_nospritelimits = "OFF"
|
||||||
|
bluemsx_overscan = "disabled"
|
||||||
|
bluemsx_rtc_source = "host clock"
|
||||||
|
bluemsx_sound_io_enable = "disabled"
|
||||||
|
bluemsx_vdp_synctype = "Auto"
|
||||||
|
bluemsx_ym2413_enable = "enabled"
|
||||||
|
cap32_autorun = "enabled"
|
||||||
|
cap32_combokey = "y"
|
||||||
|
cap32_Model = "6128"
|
||||||
|
cap32_Ram = "128"
|
||||||
|
fbneo-allow-depth-32 = "enabled"
|
||||||
|
fbneo-allow-patched-romsets = "enabled"
|
||||||
|
fbneo-analog-speed = "100%"
|
||||||
|
fbneo-cpu-speed-adjust = "100%"
|
||||||
|
fbneo-debug-dip-1-1 = "disabled"
|
||||||
|
fbneo-debug-dip-1-2 = "disabled"
|
||||||
|
fbneo-debug-dip-1-3 = "disabled"
|
||||||
|
fbneo-debug-dip-1-4 = "disabled"
|
||||||
|
fbneo-debug-dip-1-5 = "disabled"
|
||||||
|
fbneo-debug-dip-1-6 = "disabled"
|
||||||
|
fbneo-debug-dip-1-7 = "disabled"
|
||||||
|
fbneo-debug-dip-1-8 = "disabled"
|
||||||
|
fbneo-debug-dip-2-1 = "disabled"
|
||||||
|
fbneo-debug-dip-2-2 = "disabled"
|
||||||
|
fbneo-debug-dip-2-3 = "disabled"
|
||||||
|
fbneo-debug-dip-2-4 = "disabled"
|
||||||
|
fbneo-debug-dip-2-5 = "disabled"
|
||||||
|
fbneo-debug-dip-2-6 = "disabled"
|
||||||
|
fbneo-debug-dip-2-7 = "disabled"
|
||||||
|
fbneo-debug-dip-2-8 = "disabled"
|
||||||
|
fbneo-diagnostic-input = "Hold Start"
|
||||||
|
fbneo-dipswitch-1942b-Bonus_Life = "20k 80k 80k+"
|
||||||
|
fbneo-dipswitch-1942b-Cabinet = "Upright"
|
||||||
|
fbneo-dipswitch-1942b-Coin_A = "1 Coin 1 Play"
|
||||||
|
fbneo-dipswitch-1942b-Coin_B = "1 Coin 1 Play"
|
||||||
|
fbneo-dipswitch-1942b-Difficulty = "Normal"
|
||||||
|
fbneo-dipswitch-1942b-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-1942b-Lives = "3"
|
||||||
|
fbneo-dipswitch-1942b-Screen_Stop = "Off"
|
||||||
|
fbneo-dipswitch-1942b-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpani3hk-Demo_Sounds = "On"
|
||||||
|
fbneo-dipswitch-galpani3hk-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpani3hk-Test_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpani3k-Demo_Sounds = "On"
|
||||||
|
fbneo-dipswitch-galpani3k-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpani3k-Test_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpani4j-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpani4j-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpani4j-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpani4j-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpanisk-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpanisk-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpanisk-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpanisk-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpans3-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpans3-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpans3-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpans3-Speed_Hacks = "No"
|
||||||
|
fbneo-dipswitch-galpans3-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpansu-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpansu-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpansu-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpansu-Speed_Hacks = "No"
|
||||||
|
fbneo-dipswitch-galpansu-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-kof2002-Autofire = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-BIOS = "MVS Asia/Europe ver. 6 (1 slot)"
|
||||||
|
fbneo-dipswitch-kof2002-Coin_chutes = "1"
|
||||||
|
fbneo-dipswitch-kof2002-Coin_chutes_2 = "2"
|
||||||
|
fbneo-dipswitch-kof2002-Commmunicaton = "Disabled"
|
||||||
|
fbneo-dipswitch-kof2002-Free_play = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-Memory_card = "Writable"
|
||||||
|
fbneo-dipswitch-kof2002-New_card_type = "Normal"
|
||||||
|
fbneo-dipswitch-kof2002-Overscan = "Auto"
|
||||||
|
fbneo-dipswitch-kof2002-Setting_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-Stop_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-Unibios_mode = "MVS"
|
||||||
|
fbneo-dipswitch-kof98-Autofire = "Off"
|
||||||
|
fbneo-dipswitch-kof98-BIOS = "MVS Asia/Europe ver. 6 (1 slot)"
|
||||||
|
fbneo-dipswitch-kof98-Coin_chutes = "1"
|
||||||
|
fbneo-dipswitch-kof98-Coin_chutes_2 = "2"
|
||||||
|
fbneo-dipswitch-kof98-Commmunicaton = "Disabled"
|
||||||
|
fbneo-dipswitch-kof98-Free_play = "Off"
|
||||||
|
fbneo-dipswitch-kof98-Memory_card = "Writable"
|
||||||
|
fbneo-dipswitch-kof98-New_card_type = "Normal"
|
||||||
|
fbneo-dipswitch-kof98-Overscan = "Auto"
|
||||||
|
fbneo-dipswitch-kof98-Setting_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof98-Stop_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof98-Unibios_mode = "MVS"
|
||||||
|
fbneo-dipswitch-snowbros-Allow_Continue = "Continue Play On"
|
||||||
|
fbneo-dipswitch-snowbros-Bonus_Life = "Extend 100000 Only"
|
||||||
|
fbneo-dipswitch-snowbros-Coin_A = "1 Coin 1 Play"
|
||||||
|
fbneo-dipswitch-snowbros-Coin_B = "1 Coin 2 Play"
|
||||||
|
fbneo-dipswitch-snowbros-Country = "Europ Type"
|
||||||
|
fbneo-dipswitch-snowbros-Demo_Sounds = "Advertise Sound On"
|
||||||
|
fbneo-dipswitch-snowbros-Difficulty = "Game Difficulty B"
|
||||||
|
fbneo-dipswitch-snowbros-Flip_Screen = "Normal Screen"
|
||||||
|
fbneo-dipswitch-snowbros-Invulnerability = "Normal Game"
|
||||||
|
fbneo-dipswitch-snowbros-Lives = "Hero Counts 3"
|
||||||
|
fbneo-dipswitch-snowbros-Test_Mode = "Off"
|
||||||
|
fbneo-dipswitch-tetrsark-Cabinet = "Upright"
|
||||||
|
fbneo-dipswitch-tetrsark-Coinage = "1 Coin 1 Credit"
|
||||||
|
fbneo-dipswitch-tetrsark-Demo_Sounds = "Off"
|
||||||
|
fbneo-fixed-frameskip = "0"
|
||||||
|
fbneo-fm-interpolation = "4-point 3rd order"
|
||||||
|
fbneo-force-60hz = "disabled"
|
||||||
|
fbneo-frameskip-manual-threshold = "33"
|
||||||
|
fbneo-frameskip-type = "disabled"
|
||||||
|
fbneo-hiscores = "enabled"
|
||||||
|
fbneo-lightgun-crosshair-emulation = "hide with lightgun device"
|
||||||
|
fbneo-lowpass-filter = "disabled"
|
||||||
|
fbneo-memcard-mode = "disabled"
|
||||||
|
fbneo-neogeo-mode = "DIPSWITCH"
|
||||||
|
fbneo-resolution = "640x480"
|
||||||
|
fbneo-sample-interpolation = "4-point 3rd order"
|
||||||
|
fbneo-samplerate = "48000"
|
||||||
|
fbneo-socd = "3"
|
||||||
|
fbneo-vertical-mode = "disabled"
|
||||||
|
fceumm_apu_1 = "enabled"
|
||||||
|
fceumm_apu_2 = "enabled"
|
||||||
|
fceumm_apu_3 = "enabled"
|
||||||
|
fceumm_apu_4 = "enabled"
|
||||||
|
fceumm_apu_5 = "enabled"
|
||||||
|
fceumm_apu_fds = "100"
|
||||||
|
fceumm_apu_mmc5 = "100"
|
||||||
|
fceumm_apu_n163 = "100"
|
||||||
|
fceumm_apu_s5b = "100"
|
||||||
|
fceumm_apu_vrc6 = "100"
|
||||||
|
fceumm_apu_vrc7 = "100"
|
||||||
|
fceumm_arkanoid_mode = "mouse"
|
||||||
|
fceumm_aspect = "8:7 PAR"
|
||||||
|
fceumm_game_genie = "disabled"
|
||||||
|
fceumm_hdpacks = "enabled"
|
||||||
|
fceumm_mouse_sensitivity = "100"
|
||||||
|
fceumm_nospritelimit = "disabled"
|
||||||
|
fceumm_ntsc_filter = "disabled"
|
||||||
|
fceumm_overclocking = "disabled"
|
||||||
|
fceumm_overscan_h_left = "0"
|
||||||
|
fceumm_overscan_h_right = "0"
|
||||||
|
fceumm_overscan_v_bottom = "8"
|
||||||
|
fceumm_overscan_v_top = "8"
|
||||||
|
fceumm_palette = "default"
|
||||||
|
fceumm_ramstate = "fill $ff"
|
||||||
|
fceumm_reducedmcpopping = "disabled"
|
||||||
|
fceumm_region = "Auto"
|
||||||
|
fceumm_removetrianglenoise = "disabled"
|
||||||
|
fceumm_show_adv_sound_options = "disabled"
|
||||||
|
fceumm_show_adv_system_options = "disabled"
|
||||||
|
fceumm_show_crosshair = "enabled"
|
||||||
|
fceumm_sndlowpass = "disabled"
|
||||||
|
fceumm_sndquality = "Low"
|
||||||
|
fceumm_sndrate_hint = "Auto"
|
||||||
|
fceumm_sndstereodelay = "disabled"
|
||||||
|
fceumm_sndvolume = "7"
|
||||||
|
fceumm_swapduty = "disabled"
|
||||||
|
fceumm_turbo_delay = "3"
|
||||||
|
fceumm_turbo_enable = "None"
|
||||||
|
fceumm_up_down_allowed = "disabled"
|
||||||
|
fceumm_zapper_mode = "clightgun"
|
||||||
|
fceumm_zapper_sensor = "enabled"
|
||||||
|
fceumm_zapper_tolerance = "6"
|
||||||
|
fceumm_zapper_trigger = "enabled"
|
||||||
|
fmsx_allsprites = "No"
|
||||||
|
fmsx_autospace = "No"
|
||||||
|
fmsx_custom_keyboard_a = "space"
|
||||||
|
fmsx_custom_keyboard_b = "space"
|
||||||
|
fmsx_custom_keyboard_down = "down"
|
||||||
|
fmsx_custom_keyboard_l = "f2"
|
||||||
|
fmsx_custom_keyboard_l2 = "graph"
|
||||||
|
fmsx_custom_keyboard_l3 = "f5"
|
||||||
|
fmsx_custom_keyboard_left = "left"
|
||||||
|
fmsx_custom_keyboard_r = "f3"
|
||||||
|
fmsx_custom_keyboard_r2 = "ctrl"
|
||||||
|
fmsx_custom_keyboard_r3 = "escape"
|
||||||
|
fmsx_custom_keyboard_right = "right"
|
||||||
|
fmsx_custom_keyboard_select = "f4"
|
||||||
|
fmsx_custom_keyboard_start = "space"
|
||||||
|
fmsx_custom_keyboard_up = "up"
|
||||||
|
fmsx_custom_keyboard_x = "n"
|
||||||
|
fmsx_custom_keyboard_y = "space"
|
||||||
|
fmsx_dos2 = "No"
|
||||||
|
fmsx_flush_disk = "Never"
|
||||||
|
fmsx_font = "standard"
|
||||||
|
fmsx_game_master = "No"
|
||||||
|
fmsx_hires = "Off"
|
||||||
|
fmsx_log_level = "Off"
|
||||||
|
fmsx_mapper_type_mode = "Guess"
|
||||||
|
fmsx_mode = "MSX1"
|
||||||
|
fmsx_overscan = "No"
|
||||||
|
fmsx_phantom_disk = "No"
|
||||||
|
fmsx_ram_pages = "Auto"
|
||||||
|
fmsx_scci_megaram = "Yes"
|
||||||
|
fmsx_simbdos = "No"
|
||||||
|
fmsx_video_mode = "NTSC"
|
||||||
|
fmsx_vram_pages = "Auto"
|
||||||
|
fmsx_ym2413_core = "fMSX"
|
||||||
|
fuse_machine = "Spectrum 128K"
|
||||||
|
gambatte_audio_resampler = "sinc"
|
||||||
|
gambatte_dark_filter_level = "0"
|
||||||
|
gambatte_gb_bootloader = "enabled"
|
||||||
|
gambatte_gb_colorization = "custom"
|
||||||
|
gambatte_gb_hwmode = "Auto"
|
||||||
|
gambatte_gb_internal_palette = "GB - DMG"
|
||||||
|
gambatte_gb_link_mode = "Not Connected"
|
||||||
|
gambatte_gb_link_network_port = "56400"
|
||||||
|
gambatte_gb_link_network_server_ip_1 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_10 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_11 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_12 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_2 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_3 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_4 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_5 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_6 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_7 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_8 = "0"
|
||||||
|
gambatte_gb_link_network_server_ip_9 = "0"
|
||||||
|
gambatte_gb_palette_pixelshift_1 = "PixelShift 01 - Arctic Green"
|
||||||
|
gambatte_gb_palette_twb64_1 = "TWB64 001 - Aqours Blue"
|
||||||
|
gambatte_gb_palette_twb64_2 = "TWB64 101 - 765PRO Pink"
|
||||||
|
gambatte_gb_palette_twb64_3 = "TWB64 201 - DMG-GOLD"
|
||||||
|
gambatte_gbc_color_correction = "GBC only"
|
||||||
|
gambatte_gbc_color_correction_mode = "accurate"
|
||||||
|
gambatte_gbc_frontlight_position = "central"
|
||||||
|
gambatte_mix_frames = "disabled"
|
||||||
|
gambatte_rumble_level = "10"
|
||||||
|
gambatte_show_gb_link_settings = "disabled"
|
||||||
|
gambatte_turbo_period = "4"
|
||||||
|
gambatte_up_down_allowed = "disabled"
|
||||||
|
genesis_plus_gx_add_on = "auto"
|
||||||
|
genesis_plus_gx_addr_error = "enabled"
|
||||||
|
genesis_plus_gx_aspect_ratio = "auto"
|
||||||
|
genesis_plus_gx_audio_eq_high = "100"
|
||||||
|
genesis_plus_gx_audio_eq_low = "100"
|
||||||
|
genesis_plus_gx_audio_eq_mid = "100"
|
||||||
|
genesis_plus_gx_audio_filter = "disabled"
|
||||||
|
genesis_plus_gx_bios = "disabled"
|
||||||
|
genesis_plus_gx_blargg_ntsc_filter = "disabled"
|
||||||
|
genesis_plus_gx_cart_bram = "per cart"
|
||||||
|
genesis_plus_gx_cart_size = "4meg"
|
||||||
|
genesis_plus_gx_cd_latency = "enabled"
|
||||||
|
genesis_plus_gx_cd_precache = "disabled"
|
||||||
|
genesis_plus_gx_cdda_volume = "100"
|
||||||
|
genesis_plus_gx_enhanced_vscroll = "disabled"
|
||||||
|
genesis_plus_gx_enhanced_vscroll_limit = "8"
|
||||||
|
genesis_plus_gx_fm_preamp = "100"
|
||||||
|
genesis_plus_gx_force_dtack = "enabled"
|
||||||
|
genesis_plus_gx_frameskip = "disabled"
|
||||||
|
genesis_plus_gx_frameskip_threshold = "33"
|
||||||
|
genesis_plus_gx_gg_extra = "disabled"
|
||||||
|
genesis_plus_gx_gun_cursor = "disabled"
|
||||||
|
genesis_plus_gx_gun_input = "lightgun"
|
||||||
|
genesis_plus_gx_invert_mouse = "disabled"
|
||||||
|
genesis_plus_gx_lcd_filter = "disabled"
|
||||||
|
genesis_plus_gx_left_border = "disabled"
|
||||||
|
genesis_plus_gx_lock_on = "disabled"
|
||||||
|
genesis_plus_gx_lowpass_range = "60"
|
||||||
|
genesis_plus_gx_md_channel_0_volume = "100"
|
||||||
|
genesis_plus_gx_md_channel_1_volume = "100"
|
||||||
|
genesis_plus_gx_md_channel_2_volume = "100"
|
||||||
|
genesis_plus_gx_md_channel_3_volume = "100"
|
||||||
|
genesis_plus_gx_md_channel_4_volume = "100"
|
||||||
|
genesis_plus_gx_md_channel_5_volume = "100"
|
||||||
|
genesis_plus_gx_no_sprite_limit = "disabled"
|
||||||
|
genesis_plus_gx_overclock = "100"
|
||||||
|
genesis_plus_gx_overscan = "disabled"
|
||||||
|
genesis_plus_gx_pcm_volume = "100"
|
||||||
|
genesis_plus_gx_psg_channel_0_volume = "100"
|
||||||
|
genesis_plus_gx_psg_channel_1_volume = "100"
|
||||||
|
genesis_plus_gx_psg_channel_2_volume = "100"
|
||||||
|
genesis_plus_gx_psg_channel_3_volume = "100"
|
||||||
|
genesis_plus_gx_psg_preamp = "150"
|
||||||
|
genesis_plus_gx_region_detect = "auto"
|
||||||
|
genesis_plus_gx_render = "single field"
|
||||||
|
genesis_plus_gx_show_advanced_audio_settings = "disabled"
|
||||||
|
genesis_plus_gx_sms_fm_channel_0_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_1_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_2_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_3_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_4_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_5_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_6_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_7_volume = "100"
|
||||||
|
genesis_plus_gx_sms_fm_channel_8_volume = "100"
|
||||||
|
genesis_plus_gx_sound_output = "stereo"
|
||||||
|
genesis_plus_gx_system_bram = "per bios"
|
||||||
|
genesis_plus_gx_system_hw = "auto"
|
||||||
|
genesis_plus_gx_vdp_mode = "auto"
|
||||||
|
genesis_plus_gx_ym2413 = "auto"
|
||||||
|
genesis_plus_gx_ym2413_core = "mame"
|
||||||
|
genesis_plus_gx_ym2612 = "mame (ym2612)"
|
||||||
|
hard_reset_f12 = "disabled"
|
||||||
|
mame2003-plus_skip_disclaimer = "enabled"
|
||||||
|
mame2003_skip_disclaimer = "enabled"
|
||||||
|
mupen64plus-next-EnableNativeResFactor = "1"
|
||||||
|
mupen64plus-next-EnableOverscan = "Disabled"
|
||||||
|
mupen64plus-next-HybridFilter = "False"
|
||||||
|
mupen64plus-next-ThreadedRenderer = "True"
|
||||||
|
patch_coleco_rom = "disabled"
|
||||||
|
pce_aspect_ratio = "4:3"
|
||||||
|
pce_fast_adpcmlp = "disabled"
|
||||||
|
pce_fast_adpcmvolume = "100"
|
||||||
|
pce_fast_cdbios = "System Card 3"
|
||||||
|
pce_fast_cddavolume = "100"
|
||||||
|
pce_fast_cdignoreerrors = "disabled"
|
||||||
|
pce_fast_cdimagecache = "disabled"
|
||||||
|
pce_fast_cdpsgvolume = "100"
|
||||||
|
pce_fast_cdspeed = "1"
|
||||||
|
pce_fast_default_joypad_type_p1 = "2 Buttons"
|
||||||
|
pce_fast_default_joypad_type_p2 = "2 Buttons"
|
||||||
|
pce_fast_default_joypad_type_p3 = "2 Buttons"
|
||||||
|
pce_fast_default_joypad_type_p4 = "2 Buttons"
|
||||||
|
pce_fast_default_joypad_type_p5 = "2 Buttons"
|
||||||
|
pce_fast_disable_softreset = "disabled"
|
||||||
|
pce_fast_frameskip = "disabled"
|
||||||
|
pce_fast_frameskip_threshold = "33"
|
||||||
|
pce_fast_hoverscan = "352"
|
||||||
|
pce_fast_initial_scanline = "3"
|
||||||
|
pce_fast_last_scanline = "242"
|
||||||
|
pce_fast_mouse_sensitivity = "1.25"
|
||||||
|
pce_fast_nospritelimit = "disabled"
|
||||||
|
pce_fast_ocmultiplier = "1"
|
||||||
|
pce_fast_palette = "RGB"
|
||||||
|
pce_fast_sound_channel_0_volume = "100"
|
||||||
|
pce_fast_sound_channel_1_volume = "100"
|
||||||
|
pce_fast_sound_channel_2_volume = "100"
|
||||||
|
pce_fast_sound_channel_3_volume = "100"
|
||||||
|
pce_fast_sound_channel_4_volume = "100"
|
||||||
|
pce_fast_sound_channel_5_volume = "100"
|
||||||
|
pce_fast_turbo_delay = "3"
|
||||||
|
pce_fast_turbo_toggle_hotkey = "disabled"
|
||||||
|
pce_fast_turbo_toggling = "disabled"
|
||||||
|
pce_multitap = "disabled"
|
||||||
|
pce_scaling = "hires"
|
||||||
|
pcsx_rearmed_alt_flip = "auto"
|
||||||
|
pcsx_rearmed_analog_axis_modifier = "square"
|
||||||
|
pcsx_rearmed_analog_combo = "l1+r1+select"
|
||||||
|
pcsx_rearmed_bios = "auto"
|
||||||
|
pcsx_rearmed_cd_readahead = "12"
|
||||||
|
pcsx_rearmed_cd_turbo = "disabled"
|
||||||
|
pcsx_rearmed_crosshair1 = "disabled"
|
||||||
|
pcsx_rearmed_crosshair2 = "disabled"
|
||||||
|
pcsx_rearmed_display_fps_v2 = "disabled"
|
||||||
|
pcsx_rearmed_display_info = "enabled"
|
||||||
|
pcsx_rearmed_dithering = "disabled"
|
||||||
|
pcsx_rearmed_drc = "enabled"
|
||||||
|
pcsx_rearmed_drc_thread = "auto"
|
||||||
|
pcsx_rearmed_exception_emulation = "disabled"
|
||||||
|
pcsx_rearmed_fractional_framerate = "auto"
|
||||||
|
pcsx_rearmed_frameskip_interval = "3"
|
||||||
|
pcsx_rearmed_frameskip_threshold = "33"
|
||||||
|
pcsx_rearmed_frameskip_type = "disabled"
|
||||||
|
pcsx_rearmed_gpu_slow_llists = "auto"
|
||||||
|
pcsx_rearmed_gpu_thread_rendering = "disabled"
|
||||||
|
pcsx_rearmed_gteregsunneeded = "disabled"
|
||||||
|
pcsx_rearmed_gunconadjustratiox = "1.00"
|
||||||
|
pcsx_rearmed_gunconadjustratioy = "1.00"
|
||||||
|
pcsx_rearmed_gunconadjustx = "0"
|
||||||
|
pcsx_rearmed_gunconadjusty = "0"
|
||||||
|
pcsx_rearmed_icache_emulation = "enabled"
|
||||||
|
pcsx_rearmed_input_sensitivity = "1.00"
|
||||||
|
pcsx_rearmed_konamigunadjustx = "0"
|
||||||
|
pcsx_rearmed_konamigunadjusty = "0"
|
||||||
|
pcsx_rearmed_memcard1 = "libretro"
|
||||||
|
pcsx_rearmed_memcard2 = "shared"
|
||||||
|
pcsx_rearmed_multitap = "disabled"
|
||||||
|
pcsx_rearmed_negcon_deadzone = "0"
|
||||||
|
pcsx_rearmed_negcon_response = "linear"
|
||||||
|
pcsx_rearmed_neon_enhancement_enable = "enabled"
|
||||||
|
pcsx_rearmed_neon_enhancement_no_main = "disabled"
|
||||||
|
pcsx_rearmed_neon_enhancement_tex_adj_v2 = "enabled"
|
||||||
|
pcsx_rearmed_neon_interlace_enable_v2 = "auto"
|
||||||
|
pcsx_rearmed_nocdaudio = "enabled"
|
||||||
|
pcsx_rearmed_nocompathacks = "disabled"
|
||||||
|
pcsx_rearmed_nogteflags = "disabled"
|
||||||
|
pcsx_rearmed_nosmccheck = "disabled"
|
||||||
|
pcsx_rearmed_nostalls = "disabled"
|
||||||
|
pcsx_rearmed_noxadecoding = "enabled"
|
||||||
|
pcsx_rearmed_pad1type = "dualshock"
|
||||||
|
pcsx_rearmed_psxclock = "auto"
|
||||||
|
pcsx_rearmed_region = "auto"
|
||||||
|
pcsx_rearmed_rgb32_output = "disabled"
|
||||||
|
pcsx_rearmed_scale_hires = "disabled"
|
||||||
|
pcsx_rearmed_screen_centering = "auto"
|
||||||
|
pcsx_rearmed_screen_centering_h_adj = "0"
|
||||||
|
pcsx_rearmed_screen_centering_x = "0"
|
||||||
|
pcsx_rearmed_screen_centering_y = "0"
|
||||||
|
pcsx_rearmed_show_bios_bootlogo = "disabled"
|
||||||
|
pcsx_rearmed_show_input_settings = "disabled"
|
||||||
|
pcsx_rearmed_show_overscan = "disabled"
|
||||||
|
pcsx_rearmed_spu_interpolation = "simple"
|
||||||
|
pcsx_rearmed_spu_reverb = "enabled"
|
||||||
|
pcsx_rearmed_spu_thread = "disabled"
|
||||||
|
pcsx_rearmed_vibration = "enabled"
|
||||||
|
picodrive_aspect = "PAR"
|
||||||
|
picodrive_audio_filter = "disabled"
|
||||||
|
picodrive_fm_filter = "off"
|
||||||
|
picodrive_fmchip = "ym2612"
|
||||||
|
picodrive_frameskip = "disabled"
|
||||||
|
picodrive_frameskip_threshold = "33"
|
||||||
|
picodrive_ggghost = "off"
|
||||||
|
picodrive_input1 = "3 button pad"
|
||||||
|
picodrive_input2 = "3 button pad"
|
||||||
|
picodrive_lowpass_range = "60"
|
||||||
|
picodrive_overclk68k = "disabled"
|
||||||
|
picodrive_ramcart = "disabled"
|
||||||
|
picodrive_region = "Auto"
|
||||||
|
picodrive_renderer = "accurate"
|
||||||
|
picodrive_smsfm = "off"
|
||||||
|
picodrive_smsmapper = "Auto"
|
||||||
|
picodrive_smstms = "SMS"
|
||||||
|
picodrive_smstype = "Auto"
|
||||||
|
picodrive_sound_rate = "44100"
|
||||||
|
picodrive_sprlim = "disabled"
|
||||||
|
prosystem_color_depth = "16bit"
|
||||||
|
prosystem_gamepad_dual_stick_hack = "disabled"
|
||||||
|
prosystem_low_pass_filter = "disabled"
|
||||||
|
prosystem_low_pass_range = "60"
|
||||||
|
snes9x_aspect = "4:3"
|
||||||
|
snes9x_audio_interpolation = "gaussian"
|
||||||
|
snes9x_blargg = "disabled"
|
||||||
|
snes9x_block_invalid_vram_access = "enabled"
|
||||||
|
snes9x_echo_buffer_hack = "disabled"
|
||||||
|
snes9x_gfx_clip = "enabled"
|
||||||
|
snes9x_gfx_transp = "enabled"
|
||||||
|
snes9x_hires_blend = "disabled"
|
||||||
|
snes9x_justifier1_color = "Blue"
|
||||||
|
snes9x_justifier1_crosshair = "4"
|
||||||
|
snes9x_justifier2_color = "Pink"
|
||||||
|
snes9x_justifier2_crosshair = "4"
|
||||||
|
snes9x_layer_1 = "enabled"
|
||||||
|
snes9x_layer_2 = "enabled"
|
||||||
|
snes9x_layer_3 = "enabled"
|
||||||
|
snes9x_layer_4 = "enabled"
|
||||||
|
snes9x_layer_5 = "enabled"
|
||||||
|
snes9x_lightgun_mode = "Lightgun"
|
||||||
|
snes9x_mode7_hires = "disabled"
|
||||||
|
snes9x_mode7_hires_bilinear = "disabled"
|
||||||
|
snes9x_msu1_enhanced_audio = "enabled"
|
||||||
|
snes9x_overclock_cycles = "disabled"
|
||||||
|
snes9x_overclock_superfx = "100%"
|
||||||
|
snes9x_overscan = "enabled"
|
||||||
|
snes9x_randomize_memory = "disabled"
|
||||||
|
snes9x_reduce_sprite_flicker = "disabled"
|
||||||
|
snes9x_region = "auto"
|
||||||
|
snes9x_rifle_color = "White"
|
||||||
|
snes9x_rifle_crosshair = "2"
|
||||||
|
snes9x_show_advanced_av_settings = "disabled"
|
||||||
|
snes9x_show_lightgun_settings = "disabled"
|
||||||
|
snes9x_sndchan_volume_1 = "100"
|
||||||
|
snes9x_sndchan_volume_2 = "100"
|
||||||
|
snes9x_sndchan_volume_3 = "100"
|
||||||
|
snes9x_sndchan_volume_4 = "100"
|
||||||
|
snes9x_sndchan_volume_5 = "100"
|
||||||
|
snes9x_sndchan_volume_6 = "100"
|
||||||
|
snes9x_sndchan_volume_7 = "100"
|
||||||
|
snes9x_sndchan_volume_8 = "100"
|
||||||
|
snes9x_superfx_timing = "compat"
|
||||||
|
snes9x_superscope_color = "White"
|
||||||
|
snes9x_superscope_crosshair = "2"
|
||||||
|
snes9x_superscope_reverse_buttons = "disabled"
|
||||||
|
snes9x_up_down_allowed = "disabled"
|
||||||
|
tgbdual_gblink_enable = "enabled"
|
||||||
|
use_keyboard_for_coleco = "disabled"
|
||||||
1089
configs/all/retroarch.cfg
Normal file
1089
configs/all/retroarch.cfg
Normal file
File diff suppressed because it is too large
Load Diff
@@ -86,7 +86,7 @@ config_save_on_exit = "false"
|
|||||||
# input_driver = sdl
|
# input_driver = sdl
|
||||||
|
|
||||||
# Joypad driver. ("udev", "linuxraw", "paraport", "sdl2", "hid", "dinput")
|
# Joypad driver. ("udev", "linuxraw", "paraport", "sdl2", "hid", "dinput")
|
||||||
input_joypad_driver = "sdl2"
|
input_joypad_driver = "udev"
|
||||||
|
|
||||||
# Video driver to use. "gl", "xvideo", "sdl", "d3d"
|
# Video driver to use. "gl", "xvideo", "sdl", "d3d"
|
||||||
# video_driver = "gl"
|
# video_driver = "gl"
|
||||||
@@ -477,20 +477,6 @@ input_player1_left = "left"
|
|||||||
input_player1_right = "right"
|
input_player1_right = "right"
|
||||||
input_player1_up = "up"
|
input_player1_up = "up"
|
||||||
input_player1_down = "down"
|
input_player1_down = "down"
|
||||||
input_player1_r_y_minus_axis = "-3"
|
|
||||||
input_player1_r_y_plus_axis = "+3"
|
|
||||||
input_player1_r_x_minus_axis = "-2"
|
|
||||||
input_player1_r_x_plus_axis = "+2"
|
|
||||||
input_player1_l_y_minus_axis = "-1"
|
|
||||||
input_player1_l_y_plus_axis = "+1"
|
|
||||||
input_player1_l_x_minus_axis = "-0"
|
|
||||||
input_player1_l_x_plus_axis = "+0"
|
|
||||||
input_player1_right_btn = "h0right"
|
|
||||||
input_player1_down_btn = "h0down"
|
|
||||||
input_player1_start_btn = "9"
|
|
||||||
input_player1_r2_btn = "6"
|
|
||||||
input_player1_r_btn = "8"
|
|
||||||
input_player1_b_btn = "0"
|
|
||||||
# input_player1_l2 =
|
# input_player1_l2 =
|
||||||
# input_player1_r2 =
|
# input_player1_r2 =
|
||||||
# input_player1_l3 =
|
# input_player1_l3 =
|
||||||
@@ -511,7 +497,7 @@ input_player1_b_btn = "0"
|
|||||||
|
|
||||||
# If desired, it is possible to override which joypads are being used for user 1 through 8.
|
# If desired, it is possible to override which joypads are being used for user 1 through 8.
|
||||||
# First joypad available is 0.
|
# First joypad available is 0.
|
||||||
input_player1_joypad_index = "0"
|
# input_player1_joypad_index = 0
|
||||||
# input_player2_joypad_index = 1
|
# input_player2_joypad_index = 1
|
||||||
# input_player3_joypad_index = 2
|
# input_player3_joypad_index = 2
|
||||||
# input_player4_joypad_index = 3
|
# input_player4_joypad_index = 3
|
||||||
@@ -524,12 +510,20 @@ input_player1_joypad_index = "0"
|
|||||||
# Figure these out by using the RetroArch configuration menu
|
# Figure these out by using the RetroArch configuration menu
|
||||||
# You can use joypad hats with hnxx, where n is the hat, and xx is a string representing direction.
|
# You can use joypad hats with hnxx, where n is the hat, and xx is a string representing direction.
|
||||||
# E.g. "h0up"
|
# E.g. "h0up"
|
||||||
input_player1_a_btn = "1"
|
# input_player1_a_btn =
|
||||||
input_player1_y_btn = "3"
|
# input_player1_b_btn =
|
||||||
input_player1_select_btn = "10"
|
# input_player1_y_btn =
|
||||||
input_player1_left_btn = "h0left"
|
# input_player1_x_btn =
|
||||||
input_player1_up_btn = "h0up"
|
# input_player1_start_btn =
|
||||||
input_player1_l2_btn = "5"
|
# input_player1_select_btn =
|
||||||
|
# input_player1_l_btn =
|
||||||
|
# input_player1_r_btn =
|
||||||
|
# input_player1_left_btn =
|
||||||
|
# input_player1_right_btn =
|
||||||
|
# input_player1_up_btn =
|
||||||
|
# input_player1_down_btn =
|
||||||
|
# input_player1_l2_btn =
|
||||||
|
# input_player1_r2_btn =
|
||||||
# input_player1_l3_btn =
|
# input_player1_l3_btn =
|
||||||
# input_player1_r3_btn =
|
# input_player1_r3_btn =
|
||||||
|
|
||||||
@@ -639,7 +633,9 @@ input_rewind = "r"
|
|||||||
# that hotkeys get in the way.
|
# that hotkeys get in the way.
|
||||||
|
|
||||||
# Alternatively, all hotkeys for keyboard could be disabled by the user.
|
# Alternatively, all hotkeys for keyboard could be disabled by the user.
|
||||||
input_enable_hotkey_btn = "11"
|
# input_enable_hotkey_btn =
|
||||||
|
|
||||||
|
# Adds a delay in frames before the assigned hotkey blocks input. Useful if the the
|
||||||
# hotkey input is mapped to another action.
|
# hotkey input is mapped to another action.
|
||||||
# input_hotkey_block_delay = "5"
|
# input_hotkey_block_delay = "5"
|
||||||
|
|
||||||
@@ -676,7 +672,7 @@ input_enable_hotkey_btn = "11"
|
|||||||
# 8: Hold Select (2 seconds)
|
# 8: Hold Select (2 seconds)
|
||||||
# 9: Down + Select
|
# 9: Down + Select
|
||||||
# 10: L2 + R2
|
# 10: L2 + R2
|
||||||
input_menu_toggle_gamepad_combo = "0"
|
# input_menu_toggle_gamepad_combo = 0
|
||||||
|
|
||||||
# RetroPad button combination to quit
|
# RetroPad button combination to quit
|
||||||
# 0: None
|
# 0: None
|
||||||
@@ -886,7 +882,9 @@ rgui_browser_directory = "/home/hoon/RetroPie/roms"
|
|||||||
# Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs.
|
# Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs.
|
||||||
# Autoconfigs can be created with manually, or with the frontend.
|
# Autoconfigs can be created with manually, or with the frontend.
|
||||||
# Requires input_autodetect_enable to be enabled.
|
# Requires input_autodetect_enable to be enabled.
|
||||||
joypad_autoconfig_dir = "/opt/retropie/configs/all/retroarch-joypads"
|
# joypad_autoconfig_dir =
|
||||||
|
|
||||||
|
# Save all remapped controls to this directory.
|
||||||
# input_remapping_directory =
|
# input_remapping_directory =
|
||||||
|
|
||||||
# Save all playlists/collections to this directory.
|
# Save all playlists/collections to this directory.
|
||||||
@@ -1069,5 +1067,3 @@ xmb_shadows_enable = "false"
|
|||||||
quit_press_twice = "false"
|
quit_press_twice = "false"
|
||||||
sort_savestates_enable = "false"
|
sort_savestates_enable = "false"
|
||||||
sort_savefiles_enable = "false"
|
sort_savefiles_enable = "false"
|
||||||
|
|
||||||
input_exit_emulator_btn = "9"
|
|
||||||
@@ -0,0 +1,57 @@
|
|||||||
|
input_device = "8BitDo Ultimate Wireless / Pro 2 Wired Controller"
|
||||||
|
input_driver = "udev"
|
||||||
|
input_vendor_id = "11720"
|
||||||
|
input_product_id = "12550"
|
||||||
|
|
||||||
|
# Face (Xbox layout via kernel BTN_*)
|
||||||
|
input_b_btn = "0"
|
||||||
|
input_a_btn = "1"
|
||||||
|
input_y_btn = "2"
|
||||||
|
input_x_btn = "3"
|
||||||
|
|
||||||
|
# Shoulders
|
||||||
|
input_l_btn = "4"
|
||||||
|
input_r_btn = "5"
|
||||||
|
|
||||||
|
# Arcade: Select=코인, Start=시작
|
||||||
|
# kernel: btn6=BTN_SELECT, btn7=BTN_START
|
||||||
|
input_select_btn = "6"
|
||||||
|
input_start_btn = "7"
|
||||||
|
|
||||||
|
# Guide / stick clicks
|
||||||
|
input_guide_btn = "8"
|
||||||
|
input_l3_btn = "9"
|
||||||
|
input_r3_btn = "10"
|
||||||
|
|
||||||
|
# D-pad
|
||||||
|
input_up_btn = "h0up"
|
||||||
|
input_down_btn = "h0down"
|
||||||
|
input_left_btn = "h0left"
|
||||||
|
input_right_btn = "h0right"
|
||||||
|
|
||||||
|
# Sticks
|
||||||
|
input_l_x_plus_axis = "+0"
|
||||||
|
input_l_x_minus_axis = "-0"
|
||||||
|
input_l_y_plus_axis = "+1"
|
||||||
|
input_l_y_minus_axis = "-1"
|
||||||
|
input_r_x_plus_axis = "+3"
|
||||||
|
input_r_x_minus_axis = "-3"
|
||||||
|
input_r_y_plus_axis = "+4"
|
||||||
|
input_r_y_minus_axis = "-4"
|
||||||
|
|
||||||
|
# RetroPie exit: Select 누른 채 Start
|
||||||
|
input_enable_hotkey_btn = "6"
|
||||||
|
input_exit_emulator_btn = "7"
|
||||||
|
|
||||||
|
# Labels
|
||||||
|
input_b_btn_label = "A"
|
||||||
|
input_a_btn_label = "B"
|
||||||
|
input_y_btn_label = "X"
|
||||||
|
input_x_btn_label = "Y"
|
||||||
|
input_select_btn_label = "View/Select"
|
||||||
|
input_start_btn_label = "Menu/Start"
|
||||||
|
input_l_btn_label = "LB"
|
||||||
|
input_r_btn_label = "RB"
|
||||||
|
input_l3_btn_label = "L3"
|
||||||
|
input_r3_btn_label = "R3"
|
||||||
|
input_guide_btn_label = "Guide"
|
||||||
31
configs/all/retroarch/autoconfig/Pro Controller.cfg
Normal file
31
configs/all/retroarch/autoconfig/Pro Controller.cfg
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
input_device = "Pro Controller"
|
||||||
|
input_driver = "udev"
|
||||||
|
input_vendor_id = "1406"
|
||||||
|
input_product_id = "8201"
|
||||||
|
input_b_btn = "0"
|
||||||
|
input_a_btn = "1"
|
||||||
|
input_y_btn = "2"
|
||||||
|
input_x_btn = "3"
|
||||||
|
input_l_btn = "5"
|
||||||
|
input_r_btn = "6"
|
||||||
|
input_l2_btn = "7"
|
||||||
|
input_r2_btn = "8"
|
||||||
|
input_select_btn = "10"
|
||||||
|
input_start_btn = "9"
|
||||||
|
input_guide_btn = "11"
|
||||||
|
input_l3_btn = "12"
|
||||||
|
input_r3_btn = "13"
|
||||||
|
input_up_btn = "h0up"
|
||||||
|
input_down_btn = "h0down"
|
||||||
|
input_left_btn = "h0left"
|
||||||
|
input_right_btn = "h0right"
|
||||||
|
input_l_x_plus_axis = "+0"
|
||||||
|
input_l_x_minus_axis = "-0"
|
||||||
|
input_l_y_plus_axis = "+1"
|
||||||
|
input_l_y_minus_axis = "-1"
|
||||||
|
input_r_x_plus_axis = "+2"
|
||||||
|
input_r_x_minus_axis = "-2"
|
||||||
|
input_r_y_plus_axis = "+3"
|
||||||
|
input_r_y_minus_axis = "-3"
|
||||||
|
input_enable_hotkey_btn = "10"
|
||||||
|
input_exit_emulator_btn = "9"
|
||||||
6
configs/all/retroarch/autoconfig/README-hoon.txt
Normal file
6
configs/all/retroarch/autoconfig/README-hoon.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Pro Controller (udev) — RetroPad 매핑
|
||||||
|
- 아래(B라벨)=B(0) 오른쪽(A라벨)=A(1) 위(X)=X(2) 왼쪽(Y)=Y(3)
|
||||||
|
- L=7 R=8 ZL=5 ZR=6 Minus=Select(10) Plus=Start(9) Home=핫키(11)
|
||||||
|
- 메뉴 Home+X / 종료 Home+Plus
|
||||||
|
- PS1: B=✕ A=○ Y=□ X=△
|
||||||
|
- 해상도: 부팅/RA 1080p
|
||||||
34
configs/all/retroarch/config/FCEUmm/FCEUmm.opt
Normal file
34
configs/all/retroarch/config/FCEUmm/FCEUmm.opt
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
fceumm_apu_1 = "enabled"
|
||||||
|
fceumm_apu_2 = "enabled"
|
||||||
|
fceumm_apu_3 = "enabled"
|
||||||
|
fceumm_apu_4 = "enabled"
|
||||||
|
fceumm_apu_5 = "enabled"
|
||||||
|
fceumm_arkanoid_mode = "mouse"
|
||||||
|
fceumm_aspect = "8:7 PAR"
|
||||||
|
fceumm_game_genie = "disabled"
|
||||||
|
fceumm_mouse_sensitivity = "100"
|
||||||
|
fceumm_nospritelimit = "disabled"
|
||||||
|
fceumm_ntsc_filter = "disabled"
|
||||||
|
fceumm_overclocking = "disabled"
|
||||||
|
fceumm_overscan_h_left = "0"
|
||||||
|
fceumm_overscan_h_right = "0"
|
||||||
|
fceumm_overscan_v_bottom = "8"
|
||||||
|
fceumm_overscan_v_top = "8"
|
||||||
|
fceumm_palette = "default"
|
||||||
|
fceumm_ramstate = "fill $ff"
|
||||||
|
fceumm_region = "Auto"
|
||||||
|
fceumm_show_adv_sound_options = "disabled"
|
||||||
|
fceumm_show_adv_system_options = "disabled"
|
||||||
|
fceumm_show_crosshair = "enabled"
|
||||||
|
fceumm_sndlowpass = "disabled"
|
||||||
|
fceumm_sndquality = "Low"
|
||||||
|
fceumm_sndstereodelay = "disabled"
|
||||||
|
fceumm_sndvolume = "7"
|
||||||
|
fceumm_swapduty = "disabled"
|
||||||
|
fceumm_turbo_delay = "3"
|
||||||
|
fceumm_turbo_enable = "None"
|
||||||
|
fceumm_up_down_allowed = "disabled"
|
||||||
|
fceumm_zapper_mode = "clightgun"
|
||||||
|
fceumm_zapper_sensor = "enabled"
|
||||||
|
fceumm_zapper_tolerance = "6"
|
||||||
|
fceumm_zapper_trigger = "enabled"
|
||||||
123
configs/all/retroarch/config/FinalBurn Neo/FinalBurn Neo.opt
Normal file
123
configs/all/retroarch/config/FinalBurn Neo/FinalBurn Neo.opt
Normal file
@@ -0,0 +1,123 @@
|
|||||||
|
fbneo-allow-depth-32 = "enabled"
|
||||||
|
fbneo-allow-patched-romsets = "enabled"
|
||||||
|
fbneo-analog-speed = "100%"
|
||||||
|
fbneo-cpu-speed-adjust = "100%"
|
||||||
|
fbneo-debug-dip-1-1 = "disabled"
|
||||||
|
fbneo-debug-dip-1-2 = "disabled"
|
||||||
|
fbneo-debug-dip-1-3 = "disabled"
|
||||||
|
fbneo-debug-dip-1-4 = "disabled"
|
||||||
|
fbneo-debug-dip-1-5 = "disabled"
|
||||||
|
fbneo-debug-dip-1-6 = "disabled"
|
||||||
|
fbneo-debug-dip-1-7 = "disabled"
|
||||||
|
fbneo-debug-dip-1-8 = "disabled"
|
||||||
|
fbneo-debug-dip-2-1 = "disabled"
|
||||||
|
fbneo-debug-dip-2-2 = "disabled"
|
||||||
|
fbneo-debug-dip-2-3 = "disabled"
|
||||||
|
fbneo-debug-dip-2-4 = "disabled"
|
||||||
|
fbneo-debug-dip-2-5 = "disabled"
|
||||||
|
fbneo-debug-dip-2-6 = "disabled"
|
||||||
|
fbneo-debug-dip-2-7 = "disabled"
|
||||||
|
fbneo-debug-dip-2-8 = "disabled"
|
||||||
|
fbneo-diagnostic-input = "Hold Start"
|
||||||
|
fbneo-dipswitch-galpani3j-Demo_Sounds = "On"
|
||||||
|
fbneo-dipswitch-galpani3j-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpani3j-Test_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpani4-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpani4-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpani4-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpani4-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpani4j-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpani4j-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpani4j-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpani4j-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpanic-Character_Test = "Off"
|
||||||
|
fbneo-dipswitch-galpanic-Coin_A = "1 Coin 1 Credits"
|
||||||
|
fbneo-dipswitch-galpanic-Coin_B = "1 Coin 2 Credits"
|
||||||
|
fbneo-dipswitch-galpanic-Difficulty = "Normal"
|
||||||
|
fbneo-dipswitch-galpanic-Lives = "3"
|
||||||
|
fbneo-dipswitch-galpanic-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpanic-Unknown = "Off"
|
||||||
|
fbneo-dipswitch-galpanic-Unknown_2 = "Off"
|
||||||
|
fbneo-dipswitch-galpanis-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpanis-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpanis-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpanis-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpanisj-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpanisj-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpanisj-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpanisj-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpans2-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpans2-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpans2-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpans2-Speed_Hacks = "No"
|
||||||
|
fbneo-dipswitch-galpans2-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpans3-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpans3-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpans3-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpans3-Speed_Hacks = "No"
|
||||||
|
fbneo-dipswitch-galpans3-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galpansu-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galpansu-Freeze = "No"
|
||||||
|
fbneo-dipswitch-galpansu-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galpansu-Speed_Hacks = "No"
|
||||||
|
fbneo-dipswitch-galpansu-Use_Backup_Ram = "Yes"
|
||||||
|
fbneo-dipswitch-galsnew-Coin_A = "1 Coin 1 Credits"
|
||||||
|
fbneo-dipswitch-galsnew-Coin_B = "1 Coin 1 Credits"
|
||||||
|
fbneo-dipswitch-galsnew-Demo_Sounds = "Off"
|
||||||
|
fbneo-dipswitch-galsnew-Difficulty = "Normal"
|
||||||
|
fbneo-dipswitch-galsnew-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galsnew-Lives = "3"
|
||||||
|
fbneo-dipswitch-galsnew-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galsnew-Show_Ending_Picture = "On"
|
||||||
|
fbneo-dipswitch-galsnew-Unknown = "Off"
|
||||||
|
fbneo-dipswitch-galsnew-Unknown_2 = "Off"
|
||||||
|
fbneo-dipswitch-galsnewj-Coin_A = "1 Coin 1 Credit"
|
||||||
|
fbneo-dipswitch-galsnewj-Coin_B = "1 Coin 1 Credit"
|
||||||
|
fbneo-dipswitch-galsnewj-Demo_Sounds = "On"
|
||||||
|
fbneo-dipswitch-galsnewj-Difficulty = "Normal"
|
||||||
|
fbneo-dipswitch-galsnewj-Flip_Screen = "Off"
|
||||||
|
fbneo-dipswitch-galsnewj-Lives = "3"
|
||||||
|
fbneo-dipswitch-galsnewj-Service_Mode = "Off"
|
||||||
|
fbneo-dipswitch-galsnewj-Unknown = "Off"
|
||||||
|
fbneo-dipswitch-galsnewj-Unknown_2 = "Off"
|
||||||
|
fbneo-dipswitch-galsnewj-Unknown_3 = "On"
|
||||||
|
fbneo-dipswitch-galsnewj-Unknown_4 = "On"
|
||||||
|
fbneo-dipswitch-kof2002-Autofire = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-BIOS = "MVS Asia/Europe ver. 6 (1 slot)"
|
||||||
|
fbneo-dipswitch-kof2002-Coin_chutes = "1"
|
||||||
|
fbneo-dipswitch-kof2002-Coin_chutes_2 = "2"
|
||||||
|
fbneo-dipswitch-kof2002-Commmunicaton = "Disabled"
|
||||||
|
fbneo-dipswitch-kof2002-Free_play = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-Memory_card = "Writable"
|
||||||
|
fbneo-dipswitch-kof2002-New_card_type = "Normal"
|
||||||
|
fbneo-dipswitch-kof2002-Overscan = "Auto"
|
||||||
|
fbneo-dipswitch-kof2002-Setting_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-Stop_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof2002-Unibios_mode = "MVS"
|
||||||
|
fbneo-dipswitch-kof98-Autofire = "Off"
|
||||||
|
fbneo-dipswitch-kof98-BIOS = "MVS Asia/Europe ver. 6 (1 slot)"
|
||||||
|
fbneo-dipswitch-kof98-Coin_chutes = "1"
|
||||||
|
fbneo-dipswitch-kof98-Coin_chutes_2 = "2"
|
||||||
|
fbneo-dipswitch-kof98-Commmunicaton = "Disabled"
|
||||||
|
fbneo-dipswitch-kof98-Free_play = "Off"
|
||||||
|
fbneo-dipswitch-kof98-Memory_card = "Writable"
|
||||||
|
fbneo-dipswitch-kof98-New_card_type = "Normal"
|
||||||
|
fbneo-dipswitch-kof98-Overscan = "Auto"
|
||||||
|
fbneo-dipswitch-kof98-Setting_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof98-Stop_mode = "Off"
|
||||||
|
fbneo-dipswitch-kof98-Unibios_mode = "MVS"
|
||||||
|
fbneo-fixed-frameskip = "0"
|
||||||
|
fbneo-fm-interpolation = "4-point 3rd order"
|
||||||
|
fbneo-force-60hz = "disabled"
|
||||||
|
fbneo-frameskip-manual-threshold = "33"
|
||||||
|
fbneo-frameskip-type = "disabled"
|
||||||
|
fbneo-hiscores = "enabled"
|
||||||
|
fbneo-lightgun-crosshair-emulation = "hide with lightgun device"
|
||||||
|
fbneo-lowpass-filter = "disabled"
|
||||||
|
fbneo-memcard-mode = "disabled"
|
||||||
|
fbneo-neogeo-mode = "DIPSWITCH"
|
||||||
|
fbneo-resolution = "640x480"
|
||||||
|
fbneo-sample-interpolation = "4-point 3rd order"
|
||||||
|
fbneo-samplerate = "48000"
|
||||||
|
fbneo-socd = "3"
|
||||||
|
fbneo-vertical-mode = "disabled"
|
||||||
3284
configs/all/retroarch/retroarch.cfg
Normal file
3284
configs/all/retroarch/retroarch.cfg
Normal file
File diff suppressed because it is too large
Load Diff
147
configs/all/runcommand-launch-dialog.cfg
Normal file
147
configs/all/runcommand-launch-dialog.cfg
Normal file
@@ -0,0 +1,147 @@
|
|||||||
|
#
|
||||||
|
# Run-time configuration file for dialog
|
||||||
|
#
|
||||||
|
# Automatically generated by "dialog --create-rc <file>"
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Types of values:
|
||||||
|
#
|
||||||
|
# Number - <number>
|
||||||
|
# String - "string"
|
||||||
|
# Boolean - <ON|OFF>
|
||||||
|
# Attribute - (foreground,background,highlight?,underline?,reverse?)
|
||||||
|
|
||||||
|
# Set aspect-ration.
|
||||||
|
aspect = 0
|
||||||
|
|
||||||
|
# Set separator (for multiple widgets output).
|
||||||
|
separate_widget = ""
|
||||||
|
|
||||||
|
# Set tab-length (for textbox tab-conversion).
|
||||||
|
tab_len = 0
|
||||||
|
|
||||||
|
# Make tab-traversal for checklist, etc., include the list.
|
||||||
|
visit_items = OFF
|
||||||
|
|
||||||
|
# Show scrollbar in dialog boxes?
|
||||||
|
use_scrollbar = OFF
|
||||||
|
|
||||||
|
# Shadow dialog boxes? This also turns on color.
|
||||||
|
use_shadow = ON
|
||||||
|
|
||||||
|
# Turn color support ON or OFF
|
||||||
|
use_colors = ON
|
||||||
|
|
||||||
|
# Screen color
|
||||||
|
screen_color = (CYAN,BLUE,ON)
|
||||||
|
|
||||||
|
# Shadow color
|
||||||
|
shadow_color = (BLACK,BLACK,ON)
|
||||||
|
|
||||||
|
# Dialog box color
|
||||||
|
dialog_color = (BLACK,WHITE,OFF)
|
||||||
|
|
||||||
|
# Dialog box title color
|
||||||
|
title_color = (BLUE,WHITE,ON)
|
||||||
|
|
||||||
|
# Dialog box border color
|
||||||
|
border_color = (WHITE,WHITE,ON)
|
||||||
|
|
||||||
|
# Active button color
|
||||||
|
button_active_color = (WHITE,BLUE,ON)
|
||||||
|
|
||||||
|
# Inactive button color
|
||||||
|
button_inactive_color = dialog_color
|
||||||
|
|
||||||
|
# Active button key color
|
||||||
|
button_key_active_color = button_active_color
|
||||||
|
|
||||||
|
# Inactive button key color
|
||||||
|
button_key_inactive_color = (RED,WHITE,OFF)
|
||||||
|
|
||||||
|
# Active button label color
|
||||||
|
button_label_active_color = (YELLOW,BLUE,ON)
|
||||||
|
|
||||||
|
# Inactive button label color
|
||||||
|
button_label_inactive_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
|
# Input box color
|
||||||
|
inputbox_color = dialog_color
|
||||||
|
|
||||||
|
# Input box border color
|
||||||
|
inputbox_border_color = dialog_color
|
||||||
|
|
||||||
|
# Search box color
|
||||||
|
searchbox_color = dialog_color
|
||||||
|
|
||||||
|
# Search box title color
|
||||||
|
searchbox_title_color = title_color
|
||||||
|
|
||||||
|
# Search box border color
|
||||||
|
searchbox_border_color = border_color
|
||||||
|
|
||||||
|
# File position indicator color
|
||||||
|
position_indicator_color = title_color
|
||||||
|
|
||||||
|
# Menu box color
|
||||||
|
menubox_color = dialog_color
|
||||||
|
|
||||||
|
# Menu box border color
|
||||||
|
menubox_border_color = border_color
|
||||||
|
|
||||||
|
# Item color
|
||||||
|
item_color = dialog_color
|
||||||
|
|
||||||
|
# Selected item color
|
||||||
|
item_selected_color = button_active_color
|
||||||
|
|
||||||
|
# Tag color
|
||||||
|
tag_color = title_color
|
||||||
|
|
||||||
|
# Selected tag color
|
||||||
|
tag_selected_color = button_label_active_color
|
||||||
|
|
||||||
|
# Tag key color
|
||||||
|
tag_key_color = button_key_inactive_color
|
||||||
|
|
||||||
|
# Selected tag key color
|
||||||
|
tag_key_selected_color = (RED,BLUE,ON)
|
||||||
|
|
||||||
|
# Check box color
|
||||||
|
check_color = dialog_color
|
||||||
|
|
||||||
|
# Selected check box color
|
||||||
|
check_selected_color = button_active_color
|
||||||
|
|
||||||
|
# Up arrow color
|
||||||
|
uarrow_color = (GREEN,WHITE,ON)
|
||||||
|
|
||||||
|
# Down arrow color
|
||||||
|
darrow_color = uarrow_color
|
||||||
|
|
||||||
|
# Item help-text color
|
||||||
|
itemhelp_color = (WHITE,BLACK,OFF)
|
||||||
|
|
||||||
|
# Active form text color
|
||||||
|
form_active_text_color = button_active_color
|
||||||
|
|
||||||
|
# Form text color
|
||||||
|
form_text_color = (WHITE,CYAN,ON)
|
||||||
|
|
||||||
|
# Readonly form item color
|
||||||
|
form_item_readonly_color = (CYAN,WHITE,ON)
|
||||||
|
|
||||||
|
# Dialog box gauge color
|
||||||
|
gauge_color = title_color
|
||||||
|
|
||||||
|
# Dialog box border2 color
|
||||||
|
border2_color = dialog_color
|
||||||
|
|
||||||
|
# Input box border2 color
|
||||||
|
inputbox_border2_color = dialog_color
|
||||||
|
|
||||||
|
# Search box border2 color
|
||||||
|
searchbox_border2_color = dialog_color
|
||||||
|
|
||||||
|
# Menu box border2 color
|
||||||
|
menubox_border2_color = dialog_color
|
||||||
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
|
||||||
6
configs/all/runcommand.cfg
Normal file
6
configs/all/runcommand.cfg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
use_art = "0"
|
||||||
|
disable_joystick = "0"
|
||||||
|
governor = ""
|
||||||
|
disable_menu = "0"
|
||||||
|
image_delay = "2"
|
||||||
|
legacy_joy2key = ""
|
||||||
1
configs/all/splashscreen.cfg
Normal file
1
configs/all/splashscreen.cfg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
RANDOMIZE="disabled"
|
||||||
5
configs/amiga/amiberry/conf/amiberry.conf
Normal file
5
configs/amiga/amiberry/conf/amiberry.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
rom_path=/home/hoon/RetroPie/BIOS/amiga
|
||||||
|
floppy_path=/home/hoon/RetroPie/roms/amiga
|
||||||
|
harddrive_path=/home/hoon/RetroPie/roms/amiga
|
||||||
|
cdrom_path=/home/hoon/RetroPie/roms/amiga
|
||||||
|
lha_path=/home/hoon/RetroPie/roms/amiga
|
||||||
10
configs/amiga/emulators.cfg
Normal file
10
configs/amiga/emulators.cfg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
amiberry = "/opt/retropie/emulators/amiberry/amiberry.sh %ROM%"
|
||||||
|
default = "amiberry"
|
||||||
|
amiberry-a500 = "/opt/retropie/emulators/amiberry/amiberry.sh %ROM% --model A500"
|
||||||
|
amiberry-a500plus = "/opt/retropie/emulators/amiberry/amiberry.sh %ROM% --model A500P"
|
||||||
|
amiberry-a1200 = "/opt/retropie/emulators/amiberry/amiberry.sh %ROM% --model A1200"
|
||||||
|
amiberry-a4000 = "/opt/retropie/emulators/amiberry/amiberry.sh %ROM% --model A4000"
|
||||||
|
amiberry-cdtv = "/opt/retropie/emulators/amiberry/amiberry.sh %ROM% --model CDTV"
|
||||||
|
amiberry-cd32 = "/opt/retropie/emulators/amiberry/amiberry.sh %ROM% --model CD32"
|
||||||
|
lr-puae2021 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-puae2021/puae2021_libretro.so --config /opt/retropie/configs/amiga/retroarch.cfg %ROM%"
|
||||||
|
lr-puae = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-puae/puae_libretro.so --config /opt/retropie/configs/amiga/retroarch.cfg %ROM%"
|
||||||
5
configs/amiga/retroarch.cfg
Normal file
5
configs/amiga/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/amiga"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/amstradcpc/emulators.cfg
Normal file
4
configs/amstradcpc/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-caprice32 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-caprice32/cap32_libretro.so --config /opt/retropie/configs/amstradcpc/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-caprice32"
|
||||||
|
capricerpi = "/opt/retropie/emulators/capricerpi/capriceRPI %ROM%"
|
||||||
|
zesarux = "bash /home/hoon/RetroPie/roms/zxspectrum/+Start\ ZEsarUX.sh --machine CPC464 %ROM%"
|
||||||
5
configs/amstradcpc/retroarch.cfg
Normal file
5
configs/amstradcpc/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/amstradcpc"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
2
configs/apple2/emulators.cfg
Normal file
2
configs/apple2/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
linapple = "/opt/retropie/emulators/linapple/linapple.sh -1 %ROM%"
|
||||||
|
default = "linapple"
|
||||||
300
configs/apple2/linapple.conf
Normal file
300
configs/apple2/linapple.conf
Normal file
@@ -0,0 +1,300 @@
|
|||||||
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
# !! Note 1: this configuration file is for installed linapple
|
||||||
|
# !! If you have edited Makefile (in src directory of linaple package)
|
||||||
|
# !! to change INSTDIR - path where lianpple are to be installed
|
||||||
|
# !! you should consider change some paths for disk images and FTP local directory
|
||||||
|
# !! in order to let linapple find proper way to access needed stuff
|
||||||
|
|
||||||
|
# Note 2: Default install directory (for *nix) is /usr/local/linapple/
|
||||||
|
# (defined in Make file in src directory as INSTDIR variable)
|
||||||
|
|
||||||
|
#
|
||||||
|
# linapple.conf - config file used by LinApple, Apple][ (Apple2, Apple 2) emulator for Linux and other systems with SDL support
|
||||||
|
#
|
||||||
|
# Please, note: This file is for linapple version 2.0 and above
|
||||||
|
#
|
||||||
|
|
||||||
|
# Remember - all lines beginning with '#' are considered comments.
|
||||||
|
# All values are CASE SENSITIVE, you should not use, for example, 'joystick 0' instead of 'Joystick 0'.
|
||||||
|
|
||||||
|
####################################################################
|
||||||
|
# First of all let us determine our machine type
|
||||||
|
# that is:
|
||||||
|
# 0 - old Apple][, right out of the hands of Steve Wozniak and Steve Jobs in far 1977? year.
|
||||||
|
# 1 - Apple][+ - same as Apple][ with somewhat enbettered functionality
|
||||||
|
# 2 - Apple//e - Enhanced Apple][ with 80-column mode and other useful additions
|
||||||
|
# 3 - Apple//e enhanced - currently same as Apple//e? Please, ask Tom Charlesworth about it.
|
||||||
|
# Default is 3
|
||||||
|
|
||||||
|
Computer Emulation = 2
|
||||||
|
|
||||||
|
####################################################################
|
||||||
|
#
|
||||||
|
# Sound Emulation.
|
||||||
|
# Possible values currently are 0 - none, and 1 - use SDL Audio for sounds
|
||||||
|
# Default is 1
|
||||||
|
|
||||||
|
Sound Emulation = 1
|
||||||
|
|
||||||
|
#######################################################################
|
||||||
|
#
|
||||||
|
# Soundcard Type means what do you want to use in Slot7 as a sound card
|
||||||
|
#
|
||||||
|
# 0 - uninit //??
|
||||||
|
# 1 - nothing - disable sound card in Slot 4
|
||||||
|
# 2 - use Mockingboard in Slot 4 (Mockingboard is like SoundBlaster for PC, if you hear about it)
|
||||||
|
# 3 - use Phasor in Slot 4. Phasor is also a sort of ancient sound cards. Ahhh, what sounds they have!!!
|
||||||
|
#
|
||||||
|
# Default value is 2 (use Mockingboard).
|
||||||
|
# But, please, remember, that currently Mockingboard/Phasor support was not done fully in linapple.
|
||||||
|
# I need some help for this to port it from AppleWin. ^_^
|
||||||
|
|
||||||
|
Soundcard Type = 2
|
||||||
|
|
||||||
|
#######################################################################
|
||||||
|
#
|
||||||
|
# Joysticks, those sticks of joy! There may be 2 joysticks at the same time
|
||||||
|
# Possible values are:
|
||||||
|
# 0 - joystick disabled
|
||||||
|
# 1 - use PC joystick #1 or #2, for corresponding joystick
|
||||||
|
|
||||||
|
# 2 - Keyboard standard
|
||||||
|
# 3 - Keyboard centered
|
||||||
|
# When joysticks used as a keyboard, they are stuck to Numpad keys (1-9 - axis movement, 0 - button1, . - button2)
|
||||||
|
# when centered used, axis of joystick will be centered after releasing any cursor (Numpad 1..9) key.
|
||||||
|
# otherwise it assumed to be pressed always
|
||||||
|
|
||||||
|
# 4 - Use mouse as a joystick. Rather interesting thing, try it. Useful in Fantavision(tm)by Broderbund Software
|
||||||
|
|
||||||
|
# Default values are 2 for Joystick 0, and 0 for Joystick 1
|
||||||
|
|
||||||
|
Joystick 0 = 1
|
||||||
|
Joystick 1 = 1
|
||||||
|
|
||||||
|
# For Joysticks you can define which Joystick index number, axis number, and buttons.
|
||||||
|
#
|
||||||
|
# Default for Joystick 1 is index 0, axis 0 and 1, buttons 0 and 1.
|
||||||
|
# Default for Joystick 2 is index 1, axis 0 and 1, button 0.
|
||||||
|
|
||||||
|
|
||||||
|
Joy0Index = 0
|
||||||
|
Joy1Index = 1
|
||||||
|
Joy0Button1 = 0
|
||||||
|
Joy0Button2 = 1
|
||||||
|
Joy1Button1 = 0
|
||||||
|
Joy0Axis0 = 0
|
||||||
|
Joy0Axis1 = 1
|
||||||
|
Joy1Axis0 = 0
|
||||||
|
Joy1Axis1 = 1
|
||||||
|
|
||||||
|
# Enable Quitting the program with by pressing two joystick buttons at the same time
|
||||||
|
# Default is enabled, default buttons are 8 and 9. (Xbox 360 back and start)
|
||||||
|
|
||||||
|
JoyExitEnable = 1
|
||||||
|
JoyExitButton0 = 8
|
||||||
|
JoyExitButton1 = 9
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Serial Port joins your Apple][ machine to any device through serial ports.
|
||||||
|
# Possible values are 0 - disabled, and 1 to 100 which means device /dev/ttyS0 .. /dev/ttyS99 relatively
|
||||||
|
#
|
||||||
|
# Default is 0, disabled. Needs testing.
|
||||||
|
|
||||||
|
Serial Port = 0
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
|
||||||
|
# Emulation Speed is speed of emulator.
|
||||||
|
# Values are from 0 (lowest speed) till 40 (fastest)
|
||||||
|
# Default value is 10 (normal speed - 1 MHz)
|
||||||
|
|
||||||
|
Emulation Speed = 10
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Enhance Disk Speed - if the disk spinning should be as in real computer
|
||||||
|
# Possible values - 0 - yes, the disk spinning speed is like in real Apple][
|
||||||
|
# and 1 - use enhanced disk speed.
|
||||||
|
# Default is 1.
|
||||||
|
|
||||||
|
Enhance Disk Speed = 1
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Video Emulation - a type of video emulation.
|
||||||
|
# Please, remember that you always can change it using F9 key in emulator.
|
||||||
|
|
||||||
|
# Possible values are:
|
||||||
|
# 0 - use monochrome screen with given color as white (see below Monochrome Color section)
|
||||||
|
|
||||||
|
# Color modes, which names speak for themselves.
|
||||||
|
# 1 - Color Standard
|
||||||
|
# 2 - Color Text Optimized
|
||||||
|
# 3 - Color TV emulation
|
||||||
|
# 4 - Color Half-Shift
|
||||||
|
|
||||||
|
# Monochrome modes with predefined monochrome colors
|
||||||
|
# 5 - Monochrome Amber
|
||||||
|
# 6 - Monochrome Green
|
||||||
|
# 7 - Monochrome White
|
||||||
|
#
|
||||||
|
# Default value is 3 - Color TV emulation!
|
||||||
|
|
||||||
|
Video Emulation = 1
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Monochrome Color - define monochrome color that suit you best here.
|
||||||
|
# Color defined as #RRGGBB, where RR - 2 digits for Red color intensity, GG - same for Green color, and BB for Blue.
|
||||||
|
# All digits are in HEX-format, 0-9 and A - F.
|
||||||
|
# Default value is #C0C0C0.
|
||||||
|
|
||||||
|
Monochrome Color = #FFC010
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Mouse in slot 4. Yes, old Apples][ have it! First they saw it in Xerox Development Center.
|
||||||
|
# Possible values are 0 - off, and 1 - on.
|
||||||
|
# Remember, that you can not use Mouse and Mockingboard/Phasor at the same time, for they use same slot (#4).
|
||||||
|
# So, before enabling mouse support in your machine, switch off Mockingboard (see section above).
|
||||||
|
|
||||||
|
# Default is 0.
|
||||||
|
|
||||||
|
Mouse in slot 4 = 0
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Parallel printer allows you to print any DOS3.3 or Applesoft Basic(tm) output to specified file
|
||||||
|
# (after PR#1 at DOS3.3 prompt)
|
||||||
|
#
|
||||||
|
# Default is Printer.txt in working directory (which is set inside linapple bin)
|
||||||
|
|
||||||
|
Parallel Printer Filename =
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# HDD - Hard Disk Device for Apple][
|
||||||
|
#
|
||||||
|
# Harddisk Enable. Same as for mouse. 0 means no Harddisk support, and 1 - yes, give that Harddisk!
|
||||||
|
# Remember, that hard disk images for Apple][ are in .HDV format as a rule (with .hdv extensions)
|
||||||
|
# Hard disk uses Slot 7 in Apple][. So, to access it use something like '] PR#7' at Applesoft Basic(tm) prompt.
|
||||||
|
# Default is 0.
|
||||||
|
|
||||||
|
Harddisk Enable = 0
|
||||||
|
|
||||||
|
# HDV Starting Directory is the starting directory for choose HDV disk images
|
||||||
|
# Default: your home directory (if not set)
|
||||||
|
|
||||||
|
HDV Starting Directory =
|
||||||
|
|
||||||
|
# And you may also predefine hard disk images here, for 1 and 2 correspondingly.
|
||||||
|
# Please, use Shift+F3 and Shift+F4 in emulator for change them in real time.
|
||||||
|
# Remember, that values given here will be rewritten if you change them in emulator.
|
||||||
|
# Default - do not use any HDV images
|
||||||
|
|
||||||
|
Harddisk Image 1 =
|
||||||
|
Harddisk Image 2 =
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Slot 6 Directory - starting directory for chosing Apple's disk images in slot 6
|
||||||
|
# (usual slot for FDD 140Kb Apple's disks)
|
||||||
|
#
|
||||||
|
# Default: your home directory (if not set)
|
||||||
|
|
||||||
|
Slot 6 Directory =
|
||||||
|
|
||||||
|
# You may also provide images to be inserted in 1 and 2 drive (D1 or D2) of Slot 6 at startup
|
||||||
|
# Default: do not use, starting with image named Master.dsk in current directory
|
||||||
|
|
||||||
|
# To get access to the disk in second drive(D2), use something like '] CATALOG,D2' at Applesoft DOS(tm) prompt.
|
||||||
|
|
||||||
|
Disk Image 1 =
|
||||||
|
Disk Image 2 =
|
||||||
|
|
||||||
|
# The next parameter defines if you wish to auto-load these disk images in drives at startup!
|
||||||
|
# Default value is 0 (Off), suggested: 1 (On)
|
||||||
|
|
||||||
|
Slot 6 Autoload = 0
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Save State Filename - file name for saving/loading state with keys F11 and F12 in emulator.
|
||||||
|
# Default is none. Note: you can choose it at runtime by pressing F11 (for saving) or F12 (for loading)
|
||||||
|
|
||||||
|
Save State Filename =
|
||||||
|
|
||||||
|
# SaveSate Directory is a directory where current states will be saved by using F11,F12 (or ALT+F11, ALT+F12 keys, or Ctrl+0..9, Ctrl+Shift+0..9)
|
||||||
|
#Default is none, which means your home directory
|
||||||
|
|
||||||
|
Save State Directory =
|
||||||
|
|
||||||
|
# Define if you wish to save state on exit and restore it at startup by the next parameter:
|
||||||
|
# Possible values are 0 - off, and 1 - on. When On, save state will be saved in Save State Filename at exit,
|
||||||
|
# and will be restored at startup
|
||||||
|
|
||||||
|
# Default value is 0.
|
||||||
|
|
||||||
|
Save State On Exit = 0
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Next parameters enables some functions at startup
|
||||||
|
#
|
||||||
|
# Fullscreen - if emulator should startup in Fullscreen mode (0 - no, 1 - yes!)
|
||||||
|
# Boot at startup - if emulator should boot after starting up from Disk1 in SLot 6 (0 - yes, 1 - no)
|
||||||
|
# Booting at startup disables show logo.
|
||||||
|
#
|
||||||
|
# Show Leds 1/0 - show leds while accessing disks (140Kb and HDD) or not, default - 1
|
||||||
|
|
||||||
|
Fullscreen = 1
|
||||||
|
Boot at Startup = 1
|
||||||
|
Show Leds = 1
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# FTP Server - full path to default FTP server with Apple2 disk images
|
||||||
|
# FTP UserPass - user:password for accessing this server
|
||||||
|
# FTP Local Dir - path on local disk to store downloaded ftp files,
|
||||||
|
|
||||||
|
# !!! Warning: FTP Local Dir should be existing directory with write access either FTP won't work
|
||||||
|
# Note : FTP Server MUST end with '/' sign either it won't work! FTP Local Dir should not end with '/'
|
||||||
|
# Note : Also there must be cache directory (e.g. directory named `cache` inside FTP Local Dir
|
||||||
|
# where all downloaded directories are cached for 3 days
|
||||||
|
|
||||||
|
FTP Server = ftp://ftp.apple.asimov.net/pub/apple_II/images/games/
|
||||||
|
FTP ServerHDD = ftp://ftp.apple.asimov.net/pub/apple_II/images/
|
||||||
|
FTP UserPass = anonymous:my-mail@mail.com
|
||||||
|
|
||||||
|
# YOU MUST SET THIS TO USE FTP! and it must have a cache subdir or FTP will fail
|
||||||
|
# So if your FTP Local Dir = /home/user/temp you need a directory /home/user/temp/cache
|
||||||
|
|
||||||
|
FTP Local Dir = /home/user/temp
|
||||||
|
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
#
|
||||||
|
# Screen properties
|
||||||
|
# Note: not all screen sizes can work in full screen mode, so be careful
|
||||||
|
# Also if you are using not default mode, the speed of emulator can fall,
|
||||||
|
# which can be spotted on old machines
|
||||||
|
|
||||||
|
# Use this as screen factor in zooming screen.
|
||||||
|
# Values less than 1.0 will make screen smaller and vice versa!
|
||||||
|
# Suggested values are 0.3 till 3.0?
|
||||||
|
|
||||||
|
# Screen factor = 1.5
|
||||||
|
|
||||||
|
# Note: if you want to use Screen Width and Screen Height directly, comment out `Screen factor` whole option
|
||||||
|
# otherwise they won't take effect
|
||||||
|
# Default Screen Width is 560, Screen Height is 384
|
||||||
|
|
||||||
|
Screen Width = 800
|
||||||
|
Screen Height = 600
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
# Disable SDL Mouse Cursor, Handy for Full screen emulation.
|
||||||
|
# Default is Disabled
|
||||||
|
|
||||||
|
DisableCursor = 1
|
||||||
10
configs/arcade/emulators.cfg
Normal file
10
configs/arcade/emulators.cfg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
lr-fbneo = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
|
lr-fbneo-neocd = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem neocd --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
|
lr-mame2003 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2003/mame2003_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-fbneo"
|
||||||
|
advmame = "/opt/retropie/emulators/advmame/bin/advmame %BASENAME%"
|
||||||
|
lr-fbalpha2012 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbalpha2012/fbalpha2012_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
|
lr-flycast = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-flycast/flycast_libretro.so </dev/null --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
|
lr-mame2000 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2000/mame2000_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
|
lr-mame2003-plus = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2003-plus/mame2003_plus_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
|
lr-mame2010 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2010/mame2010_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg %ROM%"
|
||||||
7
configs/arcade/retroarch.cfg
Normal file
7
configs/arcade/retroarch.cfg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
|
||||||
|
|
||||||
|
input_remapping_directory = "/opt/retropie/configs/arcade"
|
||||||
|
# 아케이드: 왼쪽 스틱 = 방향키
|
||||||
|
input_player1_analog_dpad_mode = "1"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
3
configs/atari2600/emulators.cfg
Normal file
3
configs/atari2600/emulators.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
lr-stella2014 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-stella2014/stella2014_libretro.so --config /opt/retropie/configs/atari2600/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-stella2014"
|
||||||
|
stella = "/opt/retropie/emulators/stella/bin/stella -maxres 320x240 -fullscreen 1 -tia.fsfill 1 %ROM%"
|
||||||
5
configs/atari2600/retroarch.cfg
Normal file
5
configs/atari2600/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/atari2600"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
3
configs/atari5200/emulators.cfg
Normal file
3
configs/atari5200/emulators.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
lr-atari800 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-atari800/atari800_libretro.so --config /opt/retropie/configs/atari5200/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-atari800"
|
||||||
|
atari800-5200 = "/opt/retropie/emulators/atari800/atari800.sh %ROM% -5200"
|
||||||
5
configs/atari5200/retroarch.cfg
Normal file
5
configs/atari5200/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/atari5200"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
2
configs/atari7800/emulators.cfg
Normal file
2
configs/atari7800/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
lr-prosystem = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-prosystem/prosystem_libretro.so --config /opt/retropie/configs/atari7800/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-prosystem"
|
||||||
5
configs/atari7800/retroarch.cfg
Normal file
5
configs/atari7800/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/atari7800"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
6
configs/atari800/emulators.cfg
Normal file
6
configs/atari800/emulators.cfg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
lr-atari800 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-atari800/atari800_libretro.so --config /opt/retropie/configs/atari800/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-atari800"
|
||||||
|
atari800 = "/opt/retropie/emulators/atari800/atari800.sh %ROM% "
|
||||||
|
atari800-800 = "/opt/retropie/emulators/atari800/atari800.sh %ROM% -atari"
|
||||||
|
atari800-800xl = "/opt/retropie/emulators/atari800/atari800.sh %ROM% -xl"
|
||||||
|
atari800-130xe = "/opt/retropie/emulators/atari800/atari800.sh %ROM% -xe"
|
||||||
5
configs/atari800/retroarch.cfg
Normal file
5
configs/atari800/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/atari800"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
3
configs/atarilynx/emulators.cfg
Normal file
3
configs/atarilynx/emulators.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
lr-handy = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-handy/handy_libretro.so --config /opt/retropie/configs/atarilynx/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-handy"
|
||||||
|
lr-beetle-lynx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-beetle-lynx/mednafen_lynx_libretro.so --config /opt/retropie/configs/atarilynx/retroarch.cfg %ROM%"
|
||||||
5
configs/atarilynx/retroarch.cfg
Normal file
5
configs/atarilynx/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/atarilynx"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
5
configs/atarist/emulators.cfg
Normal file
5
configs/atarist/emulators.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
hatari-fast = "/opt/retropie/emulators/hatari/bin/hatari --confirm-quit 0 --statusbar 0 --zoom 1 -w --compatible 0 --timer-d 1 --borders 0 %ROM%"
|
||||||
|
default = "hatari-fast"
|
||||||
|
hatari-fast-borders = "/opt/retropie/emulators/hatari/bin/hatari --confirm-quit 0 --statusbar 0 --zoom 1 -w --compatible 0 --timer-d 1 --borders 1 %ROM%"
|
||||||
|
hatari-compatible = "/opt/retropie/emulators/hatari/bin/hatari --confirm-quit 0 --statusbar 0 --zoom 1 -w --compatible 1 --timer-d 0 --borders 0 %ROM%"
|
||||||
|
hatari-compatible-borders = "/opt/retropie/emulators/hatari/bin/hatari --confirm-quit 0 --statusbar 0 --zoom 1 -w --compatible 1 --timer-d 0 --borders 1 %ROM%"
|
||||||
16
configs/c64/emulators.cfg
Normal file
16
configs/c64/emulators.cfg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
vice-x64 = "/opt/retropie/emulators/vice/bin/vice.sh x64 %ROM%"
|
||||||
|
default = "vice-x64"
|
||||||
|
vice-x64dtv = "/opt/retropie/emulators/vice/bin/vice.sh x64dtv %ROM%"
|
||||||
|
vice-x64sc = "/opt/retropie/emulators/vice/bin/vice.sh x64sc %ROM%"
|
||||||
|
vice-x128 = "/opt/retropie/emulators/vice/bin/vice.sh x128 %ROM%"
|
||||||
|
vice-xpet = "/opt/retropie/emulators/vice/bin/vice.sh xpet %ROM%"
|
||||||
|
vice-xplus4 = "/opt/retropie/emulators/vice/bin/vice.sh xplus4 %ROM%"
|
||||||
|
vice-xvic = "/opt/retropie/emulators/vice/bin/vice.sh xvic %ROM%"
|
||||||
|
vice-xvic-cart = "/opt/retropie/emulators/vice/bin/vice.sh xvic %ROM% -cartgeneric"
|
||||||
|
lr-vice = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vice/vice_x64_libretro.so --config /opt/retropie/configs/c64/retroarch.cfg %ROM%"
|
||||||
|
lr-vice-x64dtv = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vice/vice_x64dtv_libretro.so --config /opt/retropie/configs/c64/retroarch.cfg %ROM%"
|
||||||
|
lr-vice-x64sc = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vice/vice_x64sc_libretro.so --config /opt/retropie/configs/c64/retroarch.cfg %ROM%"
|
||||||
|
lr-vice-x128 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vice/vice_x128_libretro.so --config /opt/retropie/configs/c64/retroarch.cfg %ROM%"
|
||||||
|
lr-vice-xpet = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vice/vice_xpet_libretro.so --config /opt/retropie/configs/c64/retroarch.cfg %ROM%"
|
||||||
|
lr-vice-xplus4 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vice/vice_xplus4_libretro.so --config /opt/retropie/configs/c64/retroarch.cfg %ROM%"
|
||||||
|
lr-vice-xvic = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vice/vice_xvic_libretro.so --config /opt/retropie/configs/c64/retroarch.cfg %ROM%"
|
||||||
5
configs/c64/retroarch.cfg
Normal file
5
configs/c64/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/c64"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
9
configs/c64/sdl-vicerc
Normal file
9
configs/c64/sdl-vicerc
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[C64]
|
||||||
|
Mouse=1
|
||||||
|
VICIIDoubleSize=0
|
||||||
|
VICIIDoubleScan=0
|
||||||
|
VICIIFilter=0
|
||||||
|
VICIIVideoCache=0
|
||||||
|
SDLWindowWidth=384
|
||||||
|
SDLWindowHeight=272
|
||||||
|
VICIIFullscreen=1
|
||||||
1
configs/channelf/emulators.cfg
Normal file
1
configs/channelf/emulators.cfg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
lr-fbneo-chf = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem chf --config /opt/retropie/configs/channelf/retroarch.cfg %ROM%"
|
||||||
5
configs/channelf/retroarch.cfg
Normal file
5
configs/channelf/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/channelf"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
5
configs/coco/emulators.cfg
Normal file
5
configs/coco/emulators.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
xroar-cocous = "/opt/retropie/emulators/xroar/bin/xroar -vo sdl -ccr simple -fs -vo-vsync -machine cocous -run %ROM%"
|
||||||
|
default = "xroar-cocous"
|
||||||
|
xroar-coco = "/opt/retropie/emulators/xroar/bin/xroar -vo sdl -ccr simple -fs -vo-vsync -machine coco -run %ROM%"
|
||||||
|
xroar-coco3us = "/opt/retropie/emulators/xroar/bin/xroar -vo sdl -ccr simple -fs -vo-vsync -machine coco3 -run %ROM%"
|
||||||
|
xroar-coco3 = "/opt/retropie/emulators/xroar/bin/xroar -vo sdl -ccr simple -fs -vo-vsync -machine coco3p -run %ROM%"
|
||||||
3
configs/coleco/emulators.cfg
Normal file
3
configs/coleco/emulators.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
lr-fbneo-cv = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem cv --config /opt/retropie/configs/coleco/retroarch.cfg %ROM%"
|
||||||
|
lr-bluemsx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-bluemsx/bluemsx_libretro.so --config /opt/retropie/configs/coleco/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-bluemsx"
|
||||||
1
configs/coleco/retroarch-core-options.cfg
Normal file
1
configs/coleco/retroarch-core-options.cfg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
bluemsx_msxtype = "ColecoVision"
|
||||||
5
configs/coleco/retroarch.cfg
Normal file
5
configs/coleco/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/coleco"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
6
configs/coleco/retroarch.cfg.rp-dist
Normal file
6
configs/coleco/retroarch.cfg.rp-dist
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
|
||||||
|
|
||||||
|
input_remapping_directory = "/opt/retropie/configs/coleco"
|
||||||
|
core_options_path = "/opt/retropie/configs/coleco/retroarch-core-options.cfg"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
18
configs/daphne/dapinput-forcejoy.ini
Normal file
18
configs/daphne/dapinput-forcejoy.ini
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Daphne custom joystick mapping
|
||||||
|
#
|
||||||
|
# Any inputs defined below will map a joystick button to
|
||||||
|
# Daphne input, regardless of remapping that occurs in emulationstation.
|
||||||
|
#
|
||||||
|
# Each input is mapped to 1 joystick button (or 0 for "none")
|
||||||
|
#
|
||||||
|
# Find joystick button codes by running:
|
||||||
|
# $ jstest /dev/input/js0
|
||||||
|
# and ADDING ONE to the button code you want.
|
||||||
|
#
|
||||||
|
# Example: Quit will always be js button 14
|
||||||
|
# KEY_QUIT = 15
|
||||||
|
#
|
||||||
|
# (Place all entries after [KEYBOARD])
|
||||||
|
|
||||||
|
[KEYBOARD]
|
||||||
|
END
|
||||||
17
configs/daphne/dapinput-forcekey.ini
Normal file
17
configs/daphne/dapinput-forcekey.ini
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Daphne custom keyboard mapping
|
||||||
|
#
|
||||||
|
# Any inputs defined below will map keyboard keys to
|
||||||
|
# Daphne input, regardless of remapping that occurs in emulationstation.
|
||||||
|
#
|
||||||
|
# Each input is mapped to 2 keyboard key codes (or 0 for "none")
|
||||||
|
#
|
||||||
|
# Find keyboard codes here:
|
||||||
|
# http://www.daphne-emu.com/mediawiki/index.php/KeyList
|
||||||
|
#
|
||||||
|
# Example: Quit will always be key [Esc] or [Q]
|
||||||
|
# KEY_QUIT = 27 113
|
||||||
|
#
|
||||||
|
# (Place all entries after [KEYBOARD])
|
||||||
|
|
||||||
|
[KEYBOARD]
|
||||||
|
END
|
||||||
37
configs/daphne/dapinput.ini
Normal file
37
configs/daphne/dapinput.ini
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Daphne cutom keyboard and joystick mapping
|
||||||
|
#
|
||||||
|
# Each input is mapped to 2 keyboard keys and one joystick button.
|
||||||
|
# A joystick's first analog stick is also automatically mapped.
|
||||||
|
#
|
||||||
|
# The first two numbers are SDL keyboard codes (or 0 for "none")
|
||||||
|
# Find keyboard codes here:
|
||||||
|
# http://www.daphne-emu.com/mediawiki/index.php/KeyList
|
||||||
|
#
|
||||||
|
# The third number is the joystick button code (or 0 for "none")
|
||||||
|
# Since 0 is reserved for special meaning, joystick button 0 is identified
|
||||||
|
# as 1 here. Button 1 is identified as 2, and so on.
|
||||||
|
#
|
||||||
|
# Find the button you want to map by running:
|
||||||
|
# jstest /dev/input/js0
|
||||||
|
|
||||||
|
[KEYBOARD]
|
||||||
|
KEY_UP = 273 114 1
|
||||||
|
KEY_DOWN = 274 102 1
|
||||||
|
KEY_LEFT = 276 100 1
|
||||||
|
KEY_RIGHT = 275 103 1
|
||||||
|
KEY_BUTTON1 = 306 97 2
|
||||||
|
KEY_BUTTON2 = 308 115 1
|
||||||
|
KEY_BUTTON3 = 32 113 4
|
||||||
|
KEY_START1 = 49 0 7
|
||||||
|
KEY_START2 = 50 0 0
|
||||||
|
KEY_COIN1 = 53 0 3
|
||||||
|
KEY_COIN2 = 54 0 0
|
||||||
|
KEY_SKILL1 = 304 119 0
|
||||||
|
KEY_SKILL2 = 122 105 0
|
||||||
|
KEY_SKILL3 = 120 107 0
|
||||||
|
KEY_SERVICE = 57 0 0
|
||||||
|
KEY_TEST = 283 0 0
|
||||||
|
KEY_RESET = 284 0 0
|
||||||
|
KEY_SCREENSHOT = 293 0 0
|
||||||
|
KEY_QUIT = 27 113 8
|
||||||
|
END
|
||||||
3
configs/daphne/emulators.cfg
Normal file
3
configs/daphne/emulators.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
daphne = "/opt/retropie/emulators/daphne/daphne.sh %ROM%"
|
||||||
|
default = "daphne"
|
||||||
|
hypseus = "/opt/retropie/emulators/hypseus/hypseus.sh %ROM%"
|
||||||
59
configs/daphne/hypinput.ini
Normal file
59
configs/daphne/hypinput.ini
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
# Sample hypinput.ini
|
||||||
|
# All key options listed
|
||||||
|
# Hypseus uses SDL2 Keycodes
|
||||||
|
#
|
||||||
|
# The first two entries are SDL2 keyboard codes or names (0 for "none")
|
||||||
|
#
|
||||||
|
# Find SDL2 keyboard code information here:
|
||||||
|
# https://github.com/DirtBagXon/hypseus-singe/blob/master/doc/keylist.txt
|
||||||
|
#
|
||||||
|
# Hypseus Singe supports configuration on multiple joysticks
|
||||||
|
# First joystick is defined as 0, second joystick as 1 etc.
|
||||||
|
#
|
||||||
|
# IMPORTANT: Find the joystick button and axis by running:
|
||||||
|
# jstest /dev/input/js0 || jstest /dev/input/js1
|
||||||
|
#
|
||||||
|
# The third number in config is a joystick button code (or 0 for "none")
|
||||||
|
# Since 0 is reserved for special meaning, joystick button 0 is
|
||||||
|
# identified as 1. Button 1 is identified as 2, and so on.
|
||||||
|
#
|
||||||
|
# Defining 001 (or 1) identifies first joystick(0) button 0
|
||||||
|
# Defining 111 identifies second joystick(1) button 10
|
||||||
|
#
|
||||||
|
# The fourth number in config (if specified) is the joystick axis
|
||||||
|
# configuration (or 0 for "none"). Since 0 is reserved for
|
||||||
|
# special meaning, joystick axis 0 is identified as 1.
|
||||||
|
# Axis 1 is identified as 2, and so on.
|
||||||
|
#
|
||||||
|
# Only the first four switches are defined (SWITCH_UP->SWITCH_RIGHT) for axis
|
||||||
|
#
|
||||||
|
# Defining -001 (or -1) identifies first joystick(0) axis 0 in negative direction
|
||||||
|
# Defining +102 identifies second joystick(1) axis 1 in positive direction
|
||||||
|
|
||||||
|
# KEY_BUTTON3 Turns scoreboard on/off in lair/ace
|
||||||
|
|
||||||
|
# Key1 Key2 Button (Axis)
|
||||||
|
[KEYBOARD]
|
||||||
|
KEY_UP = SDLK_UP SDLK_r 5 -002
|
||||||
|
KEY_DOWN = SDLK_DOWN SDLK_f 7 +002
|
||||||
|
KEY_LEFT = SDLK_LEFT SDLK_d 8 -001
|
||||||
|
KEY_RIGHT = SDLK_RIGHT SDLK_g 6 +001
|
||||||
|
KEY_COIN1 = SDLK_5 0 1
|
||||||
|
KEY_COIN2 = SDLK_6 0 0
|
||||||
|
KEY_START1 = SDLK_1 0 4
|
||||||
|
KEY_START2 = SDLK_2 0 0
|
||||||
|
KEY_BUTTON1 = SDLK_LCTRL SDLK_a 14
|
||||||
|
KEY_BUTTON2 = SDLK_LALT SDLK_s 15
|
||||||
|
KEY_BUTTON3 = SDLK_SPACE SDLK_d 16
|
||||||
|
KEY_SKILL1 = SDLK_LSHIFT SDLK_w 0
|
||||||
|
KEY_SKILL2 = SDLK_z SDLK_i 0
|
||||||
|
KEY_SKILL3 = SDLK_x SDLK_k 0
|
||||||
|
KEY_SERVICE = SDLK_9 0 0
|
||||||
|
KEY_TEST = SDLK_F2 0 0
|
||||||
|
KEY_RESET = SDLK_0 0 0
|
||||||
|
KEY_SCREENSHOT = SDLK_F12 0 0
|
||||||
|
KEY_QUIT = SDLK_ESCAPE SDLK_q 17
|
||||||
|
KEY_PAUSE = SDLK_p 0 0
|
||||||
|
KEY_CONSOLE = SDLK_BACKSLASH 0 0
|
||||||
|
KEY_TILT = SDLK_t 0 0
|
||||||
|
END
|
||||||
63
configs/daphne/hypinput_gamepad.ini
Normal file
63
configs/daphne/hypinput_gamepad.ini
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
# Sample hypinput.ini using SDL_GameController
|
||||||
|
# All key options listed for use with -gamepad
|
||||||
|
#
|
||||||
|
# Hypseus uses SDL2 Keycodes and SDL_GameController
|
||||||
|
# SWITCH = Key1 Key2 Pad0 (Axis Pad0) Pad1 (Axis Pad1)
|
||||||
|
|
||||||
|
# Available AXIS MACROS
|
||||||
|
#
|
||||||
|
# AXIS_LEFT_UP
|
||||||
|
# AXIS_LEFT_DOWN
|
||||||
|
# AXIS_LEFT_LEFT
|
||||||
|
# AXIS_LEFT_RIGHT
|
||||||
|
# AXIS_RIGHT_UP
|
||||||
|
# AXIS_RIGHT_DOWN
|
||||||
|
# AXIS_RIGHT_LEFT
|
||||||
|
# AXIS_RIGHT_RIGHT
|
||||||
|
#
|
||||||
|
# Available BUTTON MACROS
|
||||||
|
#
|
||||||
|
# BUTTON_A
|
||||||
|
# BUTTON_B
|
||||||
|
# BUTTON_X
|
||||||
|
# BUTTON_Y
|
||||||
|
# BUTTON_BACK
|
||||||
|
# BUTTON_GUIDE
|
||||||
|
# BUTTON_START
|
||||||
|
# BUTTON_LEFTSTICK
|
||||||
|
# BUTTON_RIGHTSTICK
|
||||||
|
# BUTTON_LEFTSHOULDER
|
||||||
|
# BUTTON_RIGHTSHOULDER
|
||||||
|
# BUTTON_DPAD_UP
|
||||||
|
# BUTTON_DPAD_DOWN
|
||||||
|
# BUTTON_DPAD_LEFT
|
||||||
|
# BUTTON_DPAD_RIGHT
|
||||||
|
# AXIS_TRIGGER_LEFT
|
||||||
|
# AXIS_TRIGGER_RIGHT
|
||||||
|
|
||||||
|
|
||||||
|
# Key1 Key2 Pad0 Button (Axis Pad0) Pad1 Button (Axis Pad1)
|
||||||
|
[KEYBOARD]
|
||||||
|
KEY_UP = SDLK_UP 0 BUTTON_DPAD_UP AXIS_LEFT_UP 0 0
|
||||||
|
KEY_DOWN = SDLK_DOWN 0 BUTTON_DPAD_DOWN AXIS_LEFT_DOWN 0 0
|
||||||
|
KEY_LEFT = SDLK_LEFT 0 BUTTON_DPAD_LEFT AXIS_LEFT_LEFT 0 0
|
||||||
|
KEY_RIGHT = SDLK_RIGHT 0 BUTTON_DPAD_RIGHT AXIS_LEFT_RIGHT 0 0
|
||||||
|
KEY_COIN1 = SDLK_5 0 BUTTON_BACK 0 0
|
||||||
|
KEY_COIN2 = SDLK_6 0 0 0 BUTTON_BACK
|
||||||
|
KEY_START1 = SDLK_1 0 BUTTON_START 0 0
|
||||||
|
KEY_START2 = SDLK_2 0 0 0 BUTTON_START
|
||||||
|
KEY_BUTTON1 = SDLK_LCTRL 0 BUTTON_A 0 0
|
||||||
|
KEY_BUTTON2 = SDLK_LALT 0 BUTTON_B 0 0
|
||||||
|
KEY_BUTTON3 = SDLK_SPACE 0 AXIS_TRIGGER_RIGHT 0 0
|
||||||
|
KEY_SKILL1 = SDLK_LSHIFT 0 0 0 0
|
||||||
|
KEY_SKILL2 = SDLK_z 0 0 0 0
|
||||||
|
KEY_SKILL3 = SDLK_x 0 0 0 0
|
||||||
|
KEY_SERVICE = SDLK_9 0 0 0 0
|
||||||
|
KEY_TEST = SDLK_F2 SDLK_F4 0 0 0
|
||||||
|
KEY_RESET = SDLK_0 0 0 0 0
|
||||||
|
KEY_SCREENSHOT = SDLK_F12 0 0 0 0
|
||||||
|
KEY_QUIT = SDLK_ESCAPE 0 0 0 0
|
||||||
|
KEY_PAUSE = SDLK_p 0 0 0 0
|
||||||
|
KEY_CONSOLE = SDLK_BACKSLASH 0 0 0 0
|
||||||
|
KEY_TILT = SDLK_t 0 0 0 0
|
||||||
|
END
|
||||||
2
configs/dragon32/emulators.cfg
Normal file
2
configs/dragon32/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
xroar-dragon32 = "/opt/retropie/emulators/xroar/bin/xroar -vo sdl -ccr simple -fs -vo-vsync -machine dragon32 -run %ROM%"
|
||||||
|
default = "xroar-dragon32"
|
||||||
3
configs/dreamcast/emulators.cfg
Normal file
3
configs/dreamcast/emulators.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
reicast-audio-alsa = "/opt/retropie/emulators/reicast/bin/reicast.sh alsa %ROM% %XRES% %YRES%"
|
||||||
|
default = "reicast-audio-alsa"
|
||||||
|
lr-flycast = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-flycast/flycast_libretro.so </dev/null --config /opt/retropie/configs/dreamcast/retroarch.cfg %ROM%"
|
||||||
16
configs/dreamcast/mappings/controller_gcwz.cfg
Normal file
16
configs/dreamcast/mappings/controller_gcwz.cfg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = GCW Zero
|
||||||
|
btn_escape = 0x01
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 0x1D
|
||||||
|
btn_b = 0x38
|
||||||
|
btn_c = 0x0F
|
||||||
|
btn_d = 0x0E
|
||||||
|
btn_x = 0x2A
|
||||||
|
btn_y = 0x39
|
||||||
|
btn_start = 0x1C
|
||||||
|
btn_dpad1_left = 0x69
|
||||||
|
btn_dpad1_right = 0x6A
|
||||||
|
btn_dpad1_up = 0x67
|
||||||
|
btn_dpad1_down = 0x6C
|
||||||
31
configs/dreamcast/mappings/controller_generic.cfg
Normal file
31
configs/dreamcast/mappings/controller_generic.cfg
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = Generic Controller
|
||||||
|
btn_escape = 0x13a
|
||||||
|
btn_savestate = 0x3c
|
||||||
|
btn_loadstate = 0x3e
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 0x130
|
||||||
|
btn_b = 0x131
|
||||||
|
btn_c = 0x132
|
||||||
|
btn_d = 0x13d
|
||||||
|
btn_x = 0x133
|
||||||
|
btn_y = 0x134
|
||||||
|
btn_z = 0x135
|
||||||
|
btn_start = 0x13b
|
||||||
|
btn_dpad1_left = 0x220
|
||||||
|
btn_dpad1_right = 0x221
|
||||||
|
btn_dpad1_up = 0x222
|
||||||
|
btn_dpad1_down = 0x223
|
||||||
|
axis_x = 0x00
|
||||||
|
axis_y = 0x01
|
||||||
|
axis_trigger_left = 0x02
|
||||||
|
axis_trigger_right = 0x05
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
btn_trigger_left = 0x136
|
||||||
|
btn_trigger_right = 0x137
|
||||||
|
axis_dpad1_x = 0x10
|
||||||
|
axis_dpad1_y = 0x11
|
||||||
|
axis_dpad2_x = 0x12
|
||||||
|
axis_dpad2_y = 0x13
|
||||||
19
configs/dreamcast/mappings/controller_pandora.cfg
Normal file
19
configs/dreamcast/mappings/controller_pandora.cfg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = Pandora
|
||||||
|
btn_escape = 139
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 109
|
||||||
|
btn_b = 107
|
||||||
|
btn_c = 57
|
||||||
|
btn_x = 102
|
||||||
|
btn_y = 104
|
||||||
|
btn_start = 56
|
||||||
|
btn_dpad1_left = 105
|
||||||
|
btn_dpad1_right = 106
|
||||||
|
btn_dpad1_up = 103
|
||||||
|
btn_dpad1_down = 108
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
btn_trigger_left = 54
|
||||||
|
btn_trigger_right = 97
|
||||||
21
configs/dreamcast/mappings/controller_xboxdrv.cfg
Normal file
21
configs/dreamcast/mappings/controller_xboxdrv.cfg
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = Xbox 360 Controller (xboxdrv userspace driver)
|
||||||
|
btn_escape = 0x13a
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 0x130
|
||||||
|
btn_b = 0x131
|
||||||
|
btn_c = 0x136
|
||||||
|
btn_d = 0x137
|
||||||
|
btn_x = 0x133
|
||||||
|
btn_y = 0x134
|
||||||
|
btn_z = 0x13d
|
||||||
|
btn_start = 0x13b
|
||||||
|
axis_x = 0x00
|
||||||
|
axis_y = 0x01
|
||||||
|
axis_trigger_left = 0x0a
|
||||||
|
axis_trigger_right = 0x09
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
axis_dpad1_x = 0x10
|
||||||
|
axis_dpad1_y = 0x11
|
||||||
25
configs/dreamcast/mappings/controller_xpad.cfg
Normal file
25
configs/dreamcast/mappings/controller_xpad.cfg
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = Xbox 360 Controller (xpad driver)
|
||||||
|
btn_escape = 0x13a
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 0x130
|
||||||
|
btn_b = 0x131
|
||||||
|
btn_c = 0x136
|
||||||
|
btn_d = 0x137
|
||||||
|
btn_x = 0x133
|
||||||
|
btn_y = 0x134
|
||||||
|
btn_z = 0x13d
|
||||||
|
btn_start = 0x13b
|
||||||
|
btn_dpad1_left = 0x2c0
|
||||||
|
btn_dpad1_right = 0x2c1
|
||||||
|
btn_dpad1_up = 0x2c2
|
||||||
|
btn_dpad1_down = 0x2c3
|
||||||
|
axis_x = 0x00
|
||||||
|
axis_y = 0x01
|
||||||
|
axis_trigger_left = 0x02
|
||||||
|
axis_trigger_right = 0x05
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
axis_dpad1_x = 0x10
|
||||||
|
axis_dpad1_y = 0x11
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = 8BitDo Ultimate Wireless / Pro 2 Wired Controller
|
||||||
|
btn_escape = 295
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 288
|
||||||
|
btn_b = 289
|
||||||
|
btn_c =
|
||||||
|
btn_d =
|
||||||
|
btn_x = 290
|
||||||
|
btn_y = 291
|
||||||
|
btn_z =
|
||||||
|
btn_start = 294
|
||||||
|
btn_dpad1_left =
|
||||||
|
btn_dpad1_right =
|
||||||
|
btn_dpad1_up =
|
||||||
|
btn_dpad1_down =
|
||||||
|
btn_dpad2_left =
|
||||||
|
btn_dpad2_right =
|
||||||
|
btn_dpad2_up =
|
||||||
|
btn_dpad2_down =
|
||||||
|
axis_x = 0
|
||||||
|
axis_y = 1
|
||||||
|
axis_trigger_left = 2
|
||||||
|
axis_trigger_right =
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
btn_trigger_left =
|
||||||
|
btn_trigger_right =
|
||||||
|
axis_dpad1_x = 3
|
||||||
|
axis_dpad1_y = 4
|
||||||
|
axis_dpad2_x =
|
||||||
|
axis_dpad2_y =
|
||||||
|
axis_x_inverted = no
|
||||||
|
axis_y_inverted = no
|
||||||
|
axis_trigger_left_inverted = no
|
||||||
|
axis_trigger_right_inverted =
|
||||||
|
axis_dpad1_y_inverted = no
|
||||||
|
axis_dpad1_x_inverted = no
|
||||||
|
|
||||||
38
configs/dreamcast/mappings/evdev_Pro Controller.cfg
Normal file
38
configs/dreamcast/mappings/evdev_Pro Controller.cfg
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = Pro Controller
|
||||||
|
btn_escape = 290
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 288
|
||||||
|
btn_b = 289
|
||||||
|
btn_c =
|
||||||
|
btn_d =
|
||||||
|
btn_x =
|
||||||
|
btn_y = 291
|
||||||
|
btn_z =
|
||||||
|
btn_start = 292
|
||||||
|
btn_dpad1_left =
|
||||||
|
btn_dpad1_right =
|
||||||
|
btn_dpad1_up =
|
||||||
|
btn_dpad1_down =
|
||||||
|
btn_dpad2_left =
|
||||||
|
btn_dpad2_right =
|
||||||
|
btn_dpad2_up =
|
||||||
|
btn_dpad2_down =
|
||||||
|
axis_x = 0
|
||||||
|
axis_y = 1
|
||||||
|
axis_trigger_left =
|
||||||
|
axis_trigger_right =
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
btn_trigger_left =
|
||||||
|
btn_trigger_right =
|
||||||
|
axis_dpad1_x =
|
||||||
|
axis_dpad1_y =
|
||||||
|
axis_dpad2_x =
|
||||||
|
axis_dpad2_y =
|
||||||
|
axis_x_inverted = no
|
||||||
|
axis_y_inverted = no
|
||||||
|
axis_trigger_left_inverted =
|
||||||
|
axis_trigger_right_inverted =
|
||||||
|
|
||||||
21
configs/dreamcast/mappings/keyboard.cfg
Normal file
21
configs/dreamcast/mappings/keyboard.cfg
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
[emulator]
|
||||||
|
mapping_name = Generic Keyboard
|
||||||
|
emu_btn_escape = 1
|
||||||
|
|
||||||
|
[dreamcast]
|
||||||
|
btn_a = 30
|
||||||
|
btn_b = 48
|
||||||
|
btn_c = 46
|
||||||
|
btn_d = 32
|
||||||
|
btn_x = 45
|
||||||
|
btn_y = 21
|
||||||
|
btn_z = 44
|
||||||
|
btn_start = 28
|
||||||
|
btn_dpad1_left = 105
|
||||||
|
btn_dpad1_right = 106
|
||||||
|
btn_dpad1_up = 103
|
||||||
|
btn_dpad1_down = 108
|
||||||
|
|
||||||
|
[compat]
|
||||||
|
btn_trigger_left = 29
|
||||||
|
btn_trigger_right = 97
|
||||||
5
configs/dreamcast/retroarch.cfg
Normal file
5
configs/dreamcast/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/dreamcast"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/fba/emulators.cfg
Normal file
4
configs/fba/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-fbneo = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --config /opt/retropie/configs/fba/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-fbneo"
|
||||||
|
lr-fbneo-neocd = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem neocd --config /opt/retropie/configs/fba/retroarch.cfg %ROM%"
|
||||||
|
lr-fbalpha2012 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbalpha2012/fbalpha2012_libretro.so --config /opt/retropie/configs/fba/retroarch.cfg %ROM%"
|
||||||
5
configs/fba/retroarch.cfg
Normal file
5
configs/fba/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/fba"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/fds/emulators.cfg
Normal file
4
configs/fds/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-fbneo-fds = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem fds --config /opt/retropie/configs/fds/retroarch.cfg %ROM%"
|
||||||
|
lr-fceumm = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fceumm/fceumm_libretro.so --config /opt/retropie/configs/fds/retroarch.cfg %ROM%"
|
||||||
|
lr-nestopia = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-nestopia/nestopia_libretro.so --config /opt/retropie/configs/fds/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-nestopia"
|
||||||
5
configs/fds/retroarch.cfg
Normal file
5
configs/fds/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/fds"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
2
configs/gameandwatch/emulators.cfg
Normal file
2
configs/gameandwatch/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
lr-gw = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-gw/gw_libretro.so --config /opt/retropie/configs/gameandwatch/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-gw"
|
||||||
5
configs/gameandwatch/retroarch.cfg
Normal file
5
configs/gameandwatch/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/gameandwatch"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/gamegear/emulators.cfg
Normal file
4
configs/gamegear/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-fbneo-gg = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem gg --config /opt/retropie/configs/gamegear/retroarch.cfg %ROM%"
|
||||||
|
lr-genesis-plus-gx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-genesis-plus-gx/genesis_plus_gx_libretro.so --config /opt/retropie/configs/gamegear/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-genesis-plus-gx"
|
||||||
|
osmose = "/opt/retropie/emulators/osmose/osmose %ROM% -tv -fs"
|
||||||
5
configs/gamegear/retroarch.cfg
Normal file
5
configs/gamegear/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/gamegear"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/gb/emulators.cfg
Normal file
4
configs/gb/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-gambatte = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-gambatte/gambatte_libretro.so --config /opt/retropie/configs/gb/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-gambatte"
|
||||||
|
lr-mgba = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mgba/mgba_libretro.so --config /opt/retropie/configs/gb/retroarch.cfg %ROM%"
|
||||||
|
lr-tgbdual = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-tgbdual/tgbdual_libretro.so --config /opt/retropie/configs/gb/retroarch.cfg %ROM%"
|
||||||
5
configs/gb/retroarch.cfg
Normal file
5
configs/gb/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/gb"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/gba/emulators.cfg
Normal file
4
configs/gba/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-mgba = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mgba/mgba_libretro.so --config /opt/retropie/configs/gba/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-mgba"
|
||||||
|
lr-vba-next = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-vba-next/vba_next_libretro.so --config /opt/retropie/configs/gba/retroarch.cfg %ROM%"
|
||||||
|
lr-gpsp = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-gpsp/gpsp_libretro.so --config /opt/retropie/configs/gba/retroarch.cfg %ROM%"
|
||||||
5
configs/gba/retroarch.cfg
Normal file
5
configs/gba/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/gba"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/gbc/emulators.cfg
Normal file
4
configs/gbc/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-gambatte = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-gambatte/gambatte_libretro.so --config /opt/retropie/configs/gbc/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-gambatte"
|
||||||
|
lr-mgba = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mgba/mgba_libretro.so --config /opt/retropie/configs/gbc/retroarch.cfg %ROM%"
|
||||||
|
lr-tgbdual = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-tgbdual/tgbdual_libretro.so --config /opt/retropie/configs/gbc/retroarch.cfg %ROM%"
|
||||||
5
configs/gbc/retroarch.cfg
Normal file
5
configs/gbc/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/gbc"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/intellivision/emulators.cfg
Normal file
4
configs/intellivision/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
jzintv = "'/opt/retropie/emulators/jzintv/jzintv_launcher.sh' %XRES% %YRES% %ROM%"
|
||||||
|
default = "jzintv"
|
||||||
|
jzintv-ecs = "'/opt/retropie/emulators/jzintv/jzintv_launcher.sh' %XRES% %YRES% --ecs=1 %ROM%"
|
||||||
|
lr-freeintv = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-freeintv/freeintv_libretro.so --config /opt/retropie/configs/intellivision/retroarch.cfg %ROM%"
|
||||||
5
configs/intellivision/retroarch.cfg
Normal file
5
configs/intellivision/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/intellivision"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
2
configs/love/emulators.cfg
Normal file
2
configs/love/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
love = "/opt/retropie/ports/love/bin/love %ROM%"
|
||||||
|
default = "love"
|
||||||
2
configs/macintosh/emulators.cfg
Normal file
2
configs/macintosh/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
basilisk = "/opt/retropie/emulators/basilisk/bin/BasiliskII --rom /home/hoon/RetroPie/roms/macintosh/mac.rom --disk /home/hoon/RetroPie/roms/macintosh/disk.img --extfs /home/hoon/RetroPie/roms/macintosh --config /opt/retropie/configs/macintosh/basiliskii.cfg --screen win/%XRES%/%YRES%"
|
||||||
|
default = "basilisk"
|
||||||
1127
configs/mame-advmame/advmame.rc
Normal file
1127
configs/mame-advmame/advmame.rc
Normal file
File diff suppressed because it is too large
Load Diff
2
configs/mame-advmame/emulators.cfg
Normal file
2
configs/mame-advmame/emulators.cfg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
advmame = "/opt/retropie/emulators/advmame/bin/advmame %BASENAME%"
|
||||||
|
default = "advmame"
|
||||||
5
configs/mame-libretro/emulators.cfg
Normal file
5
configs/mame-libretro/emulators.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
lr-mame2003 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2003/mame2003_libretro.so --config /opt/retropie/configs/mame-libretro/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-mame2003"
|
||||||
|
lr-mame2000 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2000/mame2000_libretro.so --config /opt/retropie/configs/mame-libretro/retroarch.cfg %ROM%"
|
||||||
|
lr-mame2003-plus = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2003-plus/mame2003_plus_libretro.so --config /opt/retropie/configs/mame-libretro/retroarch.cfg %ROM%"
|
||||||
|
lr-mame2010 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2010/mame2010_libretro.so --config /opt/retropie/configs/mame-libretro/retroarch.cfg %ROM%"
|
||||||
5
configs/mame-libretro/retroarch.cfg
Normal file
5
configs/mame-libretro/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/mame-libretro"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
1
configs/mame-mame4all/emulators.cfg
Normal file
1
configs/mame-mame4all/emulators.cfg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
lr-mame2000 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2000/mame2000_libretro.so --config /opt/retropie/configs/mame-mame4all/retroarch.cfg %ROM%"
|
||||||
5
configs/mame-mame4all/retroarch.cfg
Normal file
5
configs/mame-mame4all/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/mame-mame4all"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
5
configs/mastersystem/emulators.cfg
Normal file
5
configs/mastersystem/emulators.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
lr-fbneo-sms = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem sms --config /opt/retropie/configs/mastersystem/retroarch.cfg %ROM%"
|
||||||
|
lr-genesis-plus-gx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-genesis-plus-gx/genesis_plus_gx_libretro.so --config /opt/retropie/configs/mastersystem/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-genesis-plus-gx"
|
||||||
|
lr-picodrive = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-picodrive/picodrive_libretro.so --config /opt/retropie/configs/mastersystem/retroarch.cfg %ROM%"
|
||||||
|
osmose = "/opt/retropie/emulators/osmose/osmose %ROM% -tv -fs"
|
||||||
5
configs/mastersystem/retroarch.cfg
Normal file
5
configs/mastersystem/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/mastersystem"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
4
configs/megadrive/emulators.cfg
Normal file
4
configs/megadrive/emulators.cfg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
lr-fbneo-md = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem md --config /opt/retropie/configs/megadrive/retroarch.cfg %ROM%"
|
||||||
|
lr-genesis-plus-gx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-genesis-plus-gx/genesis_plus_gx_libretro.so --config /opt/retropie/configs/megadrive/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-genesis-plus-gx"
|
||||||
|
lr-picodrive = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-picodrive/picodrive_libretro.so --config /opt/retropie/configs/megadrive/retroarch.cfg %ROM%"
|
||||||
5
configs/megadrive/retroarch.cfg
Normal file
5
configs/megadrive/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/megadrive"
|
||||||
|
|
||||||
|
#include "/opt/retropie/configs/all/retroarch.cfg"
|
||||||
8
configs/msx/emulators.cfg
Normal file
8
configs/msx/emulators.cfg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
lr-fbneo-msx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fbneo/fbneo_libretro.so --subsystem msx --config /opt/retropie/configs/msx/retroarch.cfg %ROM%"
|
||||||
|
default = "lr-fmsx"
|
||||||
|
openmsx = "/opt/retropie/emulators/openmsx/bin/openmsx %ROM%"
|
||||||
|
openmsx-msx2 = "/opt/retropie/emulators/openmsx/bin/openmsx -machine 'Boosted_MSX2_EN' %ROM%"
|
||||||
|
openmsx-msx2-plus = "/opt/retropie/emulators/openmsx/bin/openmsx -machine 'Boosted_MSX2+_JP' %ROM%"
|
||||||
|
openmsx-msx-turbor = "/opt/retropie/emulators/openmsx/bin/openmsx -machine 'Panasonic_FS-A1GT' %ROM%"
|
||||||
|
lr-bluemsx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-bluemsx/bluemsx_libretro.so --config /opt/retropie/configs/msx/retroarch.cfg %ROM%"
|
||||||
|
lr-fmsx = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fmsx/fmsx_libretro.so --config /opt/retropie/configs/msx/retroarch.cfg %ROM%"
|
||||||
2
configs/msx/fmsx/Antarctic Adventure (Japan).rmp
Normal file
2
configs/msx/fmsx/Antarctic Adventure (Japan).rmp
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
input_libretro_device_p1 = "1"
|
||||||
|
input_player1_analog_dpad_mode = "1"
|
||||||
2
configs/msx/fmsx/fmsx.rmp
Normal file
2
configs/msx/fmsx/fmsx.rmp
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
input_libretro_device_p1 = "1"
|
||||||
|
input_player1_analog_dpad_mode = "1"
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
proc auto_config_joypad { } {
|
||||||
|
# clear existing joypad configuration
|
||||||
|
global joystick1_config
|
||||||
|
dict for {btn binding} $joystick1_config { dict set joystick1_config $btn {} }
|
||||||
|
|
||||||
|
bind_default "joy1 button2 down" "keymatrixdown 6 0x20"
|
||||||
|
bind_default "joy1 button2 up" "keymatrixup 6 0x20"
|
||||||
|
bind_default "joy1 button3 down" "keymatrixdown 6 0x40"
|
||||||
|
bind_default "joy1 button3 up" "keymatrixup 6 0x40"
|
||||||
|
bind_default "joy1 button6 down" "main_menu_open"
|
||||||
|
bind_default "joy1 button7 down" "toggle_osd_keyboard"
|
||||||
|
bind "joy1 button6 down" -layer osd_menu "main_menu_close"
|
||||||
|
dict lappend joystick1_config A button1
|
||||||
|
dict lappend joystick1_config B button0
|
||||||
|
dict lappend joystick1_config DOWN +axis1
|
||||||
|
dict lappend joystick1_config DOWN D_hat0
|
||||||
|
dict lappend joystick1_config LEFT -axis0
|
||||||
|
dict lappend joystick1_config LEFT L_hat0
|
||||||
|
dict lappend joystick1_config RIGHT +axis0
|
||||||
|
dict lappend joystick1_config RIGHT R_hat0
|
||||||
|
dict lappend joystick1_config UP -axis1
|
||||||
|
dict lappend joystick1_config UP U_hat0
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user