mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
PPSSPP: hotkeys added + 1.15 configs
This commit is contained in:
parent
915d44f5b7
commit
528c729809
|
@ -16,18 +16,19 @@ An.Down = 1-39,10-4002
|
||||||
An.Left = 1-38,10-4001
|
An.Left = 1-38,10-4001
|
||||||
An.Right = 1-40,10-4000
|
An.Right = 1-40,10-4000
|
||||||
Analog limiter = 1-60
|
Analog limiter = 1-60
|
||||||
RapidFire = 1-59
|
RapidFire = 1-113:1-48
|
||||||
Fast-forward = 1-157
|
Fast-forward = 1-113:1-157
|
||||||
SpeedToggle = 1-68
|
SpeedToggle = 1-68
|
||||||
Pause = 1-41,10-109,10-104,1-111
|
Pause = 1-113:1-41
|
||||||
Rewind = 1-156
|
Rewind = 1-113:1-156
|
||||||
Save State = 1-47
|
Save State = 1-113:1-47
|
||||||
Audio/Video Recording = 1-50
|
Load State = 1-113:1-29
|
||||||
Load State = 1-29
|
Screenshot = 1-113:1-52
|
||||||
Screenshot = 1-52
|
Home = 1-111
|
||||||
Home = 10-107
|
Audio/Video Recording = 1-113:1-50
|
||||||
|
Next Slot = 1-113:1-39
|
||||||
|
Toggle Fullscreen = 1-113:1-66
|
||||||
RightAn.Up = 10-4007
|
RightAn.Up = 10-4007
|
||||||
RightAn.Down = 10-4006
|
RightAn.Down = 10-4006
|
||||||
RightAn.Left = 10-4005
|
RightAn.Left = 10-4005
|
||||||
RightAn.Right = 10-4004
|
RightAn.Right = 10-4004
|
||||||
Screen = 1-61
|
|
|
@ -72,6 +72,11 @@ UITint = 0.000000
|
||||||
UISaturation = 1.000000
|
UISaturation = 1.000000
|
||||||
ShowMenuBar = True
|
ShowMenuBar = True
|
||||||
IgnoreCompatSettings =
|
IgnoreCompatSettings =
|
||||||
|
RewindSnapshotInterval = 0
|
||||||
|
WindowX = 0
|
||||||
|
WindowY = 0
|
||||||
|
WindowWidth = 1324
|
||||||
|
WindowHeight = 754
|
||||||
[CPU]
|
[CPU]
|
||||||
CPUCore = 1
|
CPUCore = 1
|
||||||
SeparateSASThread = True
|
SeparateSASThread = True
|
||||||
|
@ -158,6 +163,8 @@ DisplayStretch = False
|
||||||
ReplaceTexturesAllowLate = True
|
ReplaceTexturesAllowLate = True
|
||||||
SkipGPUReadbacks = False
|
SkipGPUReadbacks = False
|
||||||
GpuLogProfiler = False
|
GpuLogProfiler = False
|
||||||
|
iShowStatusFlags = 0
|
||||||
|
DisplayIntegerScale = False
|
||||||
[Sound]
|
[Sound]
|
||||||
Enable = True
|
Enable = True
|
||||||
AudioBackend = 0
|
AudioBackend = 0
|
||||||
|
@ -501,4 +508,11 @@ VRCameraSide = 0.000000
|
||||||
VRCanvasDistance = 12.000000
|
VRCanvasDistance = 12.000000
|
||||||
VRFieldOfView = 100.000000
|
VRFieldOfView = 100.000000
|
||||||
VRHeadUpDisplayScale = 0.300000
|
VRHeadUpDisplayScale = 0.300000
|
||||||
VRMotionLength = 0.500000
|
VRMotionLength = 0.500000
|
||||||
|
VRForce72Hz = True
|
||||||
|
VRManualForceVR = False
|
||||||
|
VRRescaleHUD = True
|
||||||
|
VRCameraPitch = 0
|
||||||
|
VRHeadRotationScale = 5.000000
|
||||||
|
VRHeadRotationEnabled = False
|
||||||
|
VRHeadRotationSmoothing = False
|
Loading…
Reference in a new issue