mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
PPSSPPSDL: added hotkeys
This commit is contained in:
parent
03fb912da4
commit
47807efbc3
26
emu-configs/ppssppsdl/controls.ini
Normal file
26
emu-configs/ppssppsdl/controls.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[ControlMapping]
|
||||
Up = 1-19,10-19
|
||||
Down = 1-20,10-20
|
||||
Left = 1-21,10-21
|
||||
Right = 1-22,10-22
|
||||
Circle = 1-52,10-190
|
||||
Cross = 1-54,10-189
|
||||
Square = 1-29,10-191
|
||||
Triangle = 1-47,10-188
|
||||
Start = 1-62,10-197
|
||||
Select = 1-66,10-196
|
||||
L = 1-45,10-194
|
||||
R = 1-51,10-195
|
||||
An.Up = 1-37,10-4003
|
||||
An.Down = 1-39,10-4002
|
||||
An.Left = 1-38,10-4001
|
||||
An.Right = 1-40,10-4000
|
||||
Analog limiter = 1-60
|
||||
RapidFire = 1-59
|
||||
Fast-forward = 10-4010
|
||||
SpeedToggle = 1-68
|
||||
Pause = 1-40
|
||||
Rewind = 10-4008
|
||||
Save State = 1-53
|
||||
Load State = 1-48
|
||||
Screenshot = 1-46
|
|
@ -1,6 +1,6 @@
|
|||
[General]
|
||||
FirstRun = False
|
||||
RunCount = 2
|
||||
RunCount = 0
|
||||
Enable Logging = True
|
||||
AutoRun = True
|
||||
Browse = False
|
||||
|
|
Loading…
Reference in a new issue