Add RetroPie configs backup from /opt/retropie/configs
키 설정·패드 매핑·에뮬 설정을 sync-configs.sh로 동기화. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
77
configs/n64/InputAutoCfg.ini
Normal file
77
configs/n64/InputAutoCfg.ini
Normal file
@@ -0,0 +1,77 @@
|
||||
; InputAutoCfg.ini for Mupen64Plus SDL Input plugin
|
||||
|
||||
; Keyboard_START
|
||||
[Keyboard]
|
||||
plugged = True
|
||||
plugin = 2
|
||||
mouse = False
|
||||
DPad R = key(100)
|
||||
DPad L = key(97)
|
||||
DPad D = key(115)
|
||||
DPad U = key(119)
|
||||
Start = key(13)
|
||||
Z Trig = key(122)
|
||||
B Button = key(306)
|
||||
A Button = key(304)
|
||||
C Button R = key(108)
|
||||
C Button L = key(106)
|
||||
C Button D = key(107)
|
||||
C Button U = key(105)
|
||||
R Trig = key(99)
|
||||
L Trig = key(120)
|
||||
Mempak switch = key(44)
|
||||
Rumblepak switch = key(46)
|
||||
X Axis = key(276,275)
|
||||
Y Axis = key(273,274)
|
||||
; Keyboard_END
|
||||
|
||||
; Pro Controller_START
|
||||
[Pro Controller]
|
||||
plugged = True
|
||||
plugin = 2
|
||||
mouse = False
|
||||
AnalogDeadzone = 4096,4096
|
||||
AnalogPeak = 32768,32768
|
||||
Mempak switch =
|
||||
Rumblepak switch =
|
||||
C Button L = hat(0 Left)
|
||||
R Trig =
|
||||
C Button R = button(11)
|
||||
B Button =
|
||||
C Button U = button(3)
|
||||
A Button = button(0)
|
||||
C Button D = button(1)
|
||||
Start = button(4)
|
||||
X Axis = axis(0-, 0+)
|
||||
Y Axis = axis(1+, 1-)
|
||||
Z Trig =
|
||||
; Pro Controller_END
|
||||
|
||||
|
||||
|
||||
; 8BitDo Ultimate Wireless / Pro 2 Wired Controller_START
|
||||
[8BitDo Ultimate Wireless / Pro 2 Wired Controller]
|
||||
plugged = True
|
||||
plugin = 2
|
||||
mouse = False
|
||||
AnalogDeadzone = 4096,4096
|
||||
AnalogPeak = 32768,32768
|
||||
Mempak switch =
|
||||
Rumblepak switch =
|
||||
C Button D = button(1) axis(4+)
|
||||
DPad L = hat(0 Left)
|
||||
C Button L = axis(3-)
|
||||
DPad R = hat(0 Right)
|
||||
DPad D = hat(0 Down)
|
||||
C Button U = button(3) axis(4-)
|
||||
L Trig = axis(2+)
|
||||
C Button R = axis(3+)
|
||||
B Button = button(2)
|
||||
A Button = button(0)
|
||||
DPad U = hat(0 Up)
|
||||
Start = button(6)
|
||||
X Axis = axis(0-,0+)
|
||||
Y Axis = axis(1-,1+)
|
||||
Z Trig = button(4)
|
||||
; 8BitDo Ultimate Wireless / Pro 2 Wired Controller_END
|
||||
|
||||
Reference in New Issue
Block a user