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