mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Add Citra & Yuzu to nintendo button layout preset
This commit is contained in:
parent
d0d1034f54
commit
8520c1db92
7
emu-configs/defaults/retrodeck/presets/citra_presets.cfg
Normal file
7
emu-configs/defaults/retrodeck/presets/citra_presets.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
config_file_format^citra
|
||||
target_file^$citraconf
|
||||
defaults_file^$emuconfigs/citra/qt-config.ini
|
||||
change^nintendo_button_layout^profiles\1\button_a^button:1,engine:sdl,guid:030079f6de280000ff11000001000000,port:0^Controls
|
||||
change^nintendo_button_layout^profiles\1\button_b^button:0,engine:sdl,guid:030079f6de280000ff11000001000000,port:0^Controls
|
||||
change^nintendo_button_layout^profiles\1\button_x^button:3,engine:sdl,guid:030079f6de280000ff11000001000000,port:0^Controls
|
||||
change^nintendo_button_layout^profiles\1\button_y^button:2,engine:sdl,guid:030079f6de280000ff11000001000000,port:0^Controls
|
7
emu-configs/defaults/retrodeck/presets/yuzu_presets.cfg
Normal file
7
emu-configs/defaults/retrodeck/presets/yuzu_presets.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
config_file_format^yuzu
|
||||
target_file^$yuzuconf
|
||||
defaults_file^$emuconfigs/yuzu/qt-config.ini
|
||||
change^nintendo_button_layout^player_0_button_a^pad:0,button:0,port:0,guid:03000000de280000ff11000001000000,engine:sdl^Controls
|
||||
change^nintendo_button_layout^player_0_button_b^pad:0,button:1,port:0,guid:03000000de280000ff11000001000000,engine:sdl^Controls
|
||||
change^nintendo_button_layout^player_0_button_x^pad:0,button:2,port:0,guid:03000000de280000ff11000001000000,engine:sdl^Controls
|
||||
change^nintendo_button_layout^player_0_button_y^pad:0,button:3,port:0,guid:03000000de280000ff11000001000000,engine:sdl^Controls
|
|
@ -1,3 +1,4 @@
|
|||
citra^Citra (Nintendo 3DS Standalone)
|
||||
duckstation^Duckstation (Sony Playstation Standalone)
|
||||
gb^Nintendo GameBoy
|
||||
gba^Nintendo GameBoy Advance
|
||||
|
@ -9,3 +10,4 @@ pcsx2^PCSX2 (Sony Playstation 2 Standalone)
|
|||
psx_ra^Sony Playstation (RetroArch Core)
|
||||
retroarch^RetroArch (Multi-emulator Frontend)
|
||||
snes^Nintendo Super Nintendo
|
||||
yuzu^Yuzu (Nintendo Switch Standalone)
|
||||
|
|
|
@ -55,11 +55,13 @@ psx_ra=false
|
|||
snes=false
|
||||
|
||||
[nintendo_button_layout]
|
||||
citra=false
|
||||
gb=false
|
||||
gba=false
|
||||
gbc=false
|
||||
n64=false
|
||||
snes=false
|
||||
yuzu=false
|
||||
|
||||
[savestate_auto_load]
|
||||
retroarch=true
|
||||
|
|
Loading…
Reference in a new issue