mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Update shipped Duckstation preconfig
This commit is contained in:
parent
8ebd5003bb
commit
ef4fb74f38
|
@ -43,7 +43,7 @@ FastmemMode = true
|
|||
|
||||
[GPU]
|
||||
Renderer = Vulkan
|
||||
ResolutionScale = 1
|
||||
ResolutionScale = 3
|
||||
Multisamples = 1
|
||||
UseDebugDevice = false
|
||||
UseSoftwareRendererForReadbacks = false
|
||||
|
@ -127,21 +127,27 @@ PatchFastBoot = false
|
|||
|
||||
|
||||
[Controller1]
|
||||
Type = DigitalController
|
||||
ButtonUp = Keyboard/W
|
||||
ButtonDown = Keyboard/S
|
||||
ButtonLeft = Keyboard/A
|
||||
ButtonRight = Keyboard/D
|
||||
ButtonSelect = Keyboard/Backspace
|
||||
ButtonStart = Keyboard/Return
|
||||
ButtonTriangle = Keyboard/Keypad+8
|
||||
ButtonCross = Keyboard/Keypad+2
|
||||
ButtonSquare = Keyboard/Keypad+4
|
||||
ButtonCircle = Keyboard/Keypad+6
|
||||
ButtonL1 = Keyboard/Q
|
||||
ButtonL2 = Keyboard/1
|
||||
ButtonR1 = Keyboard/E
|
||||
ButtonR2 = Keyboard/3
|
||||
Type = AnalogController
|
||||
ButtonUp = Controller0/Button11
|
||||
ButtonDown = Controller0/Button12
|
||||
ButtonLeft = Controller0/Button13
|
||||
ButtonRight = Controller0/Button14
|
||||
ButtonSelect = Controller0/Button4
|
||||
ButtonStart = Controller0/Button6
|
||||
ButtonTriangle = Controller0/Button3
|
||||
ButtonCross = Controller0/Button0
|
||||
ButtonCircle = Controller0/Button1
|
||||
ButtonSquare = Controller0/Button2
|
||||
ButtonL1 = Controller0/Button9
|
||||
ButtonL2 = Controller0/+Axis4
|
||||
ButtonR1 = Controller0/Button10
|
||||
ButtonR2 = Controller0/+Axis5
|
||||
ButtonL3 = Controller0/Button7
|
||||
ButtonR3 = Controller0/Button8
|
||||
AxisLeftX = Controller0/Axis0
|
||||
AxisLeftY = Controller0/Axis1
|
||||
AxisRightX = Controller0/Axis2
|
||||
AxisRightY = Controller0/Axis3
|
||||
|
||||
|
||||
[Controller2]
|
||||
|
@ -176,6 +182,9 @@ Type = None
|
|||
Card1Type = PerGameTitle
|
||||
Card2Type = None
|
||||
UsePlaylistTitle = true
|
||||
Card1Path = /var/data/duckstation/memcards/shared_card_1.mcd
|
||||
Card2Path = /var/data/duckstation/memcards/shared_card_2.mcd
|
||||
Directory = /var/data/duckstation/memcards
|
||||
|
||||
|
||||
[ControllerPorts]
|
||||
|
@ -211,11 +220,7 @@ GPUMaxRunAhead = 128
|
|||
|
||||
|
||||
[Hotkeys]
|
||||
FastForward = Keyboard/Tab
|
||||
TogglePause = Keyboard/Space
|
||||
ToggleFullscreen = Keyboard/Alt+Return
|
||||
Screenshot = Keyboard/F10
|
||||
OpenQuickMenu = Keyboard/Escape
|
||||
PowerOff = Keyboard/R
|
||||
|
||||
|
||||
[Cheevos]
|
||||
|
@ -226,5 +231,9 @@ UseFirstDiscFromPlaylist = true
|
|||
|
||||
|
||||
[UI]
|
||||
MainWindowGeometry = AdnQywADAAAAAADrAAAAEQAABAoAAALpAAAA6wAAAC4AAAQKAAAC6QAAAAAAAAAABQAAAADrAAAALgAABAoAAALp
|
||||
MainWindowGeometry = AdnQywADAAAAAAAAAAAAAAAAAx8AAALYAAAAAAAAAB0AAAMfAAAC2AAAAAAAAAAABQAAAAAAAAAAHQAAAx8AAALY
|
||||
MainWindowState = AAAA/wAAAAD9AAAAAAAAAyAAAAI9AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAOAHQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAA==
|
||||
|
||||
|
||||
[GameList]
|
||||
RecursivePaths = /home/deck/retrodeck/roms/psx
|
||||
|
|
Loading…
Reference in a new issue