Add support for pcsx2.
This commit is contained in:
104
nix/steam_deck/configuration/roles/pcsx2/files/PCSX2.ini
Normal file
104
nix/steam_deck/configuration/roles/pcsx2/files/PCSX2.ini
Normal file
@@ -0,0 +1,104 @@
|
||||
[UI]
|
||||
SettingsVersion = 1
|
||||
InhibitScreensaver = true
|
||||
ConfirmShutdown = false
|
||||
StartPaused = false
|
||||
PauseOnFocusLoss = true
|
||||
StartFullscreen = true
|
||||
|
||||
|
||||
[Folders]
|
||||
Bios = ../../.persist/manual/games/ps2/bios
|
||||
Snapshots = snaps
|
||||
Savestates = sstates
|
||||
MemoryCards = memcards
|
||||
Logs = logs
|
||||
Cheats = cheats
|
||||
Patches = patches
|
||||
UserResources = resources
|
||||
Cache = cache
|
||||
Textures = textures
|
||||
InputProfiles = inputprofiles
|
||||
Videos = videos
|
||||
|
||||
|
||||
[EmuCore/GS]
|
||||
VsyncEnable = true
|
||||
# Internal resolution aspect corrected
|
||||
ScreenshotSize = 1
|
||||
# webp
|
||||
ScreenshotFormat = 2
|
||||
OsdShowFPS = true
|
||||
# Capture video at internal resolution
|
||||
VideoCaptureAutoResolution = true
|
||||
# 2x native resolution
|
||||
upscale_multiplier = 2
|
||||
CaptureContainer = mkv
|
||||
VideoCaptureCodec = av1_vaapi
|
||||
AudioCaptureCodec = flac
|
||||
|
||||
|
||||
[Filenames]
|
||||
BIOS = ps2-0230a-20080220.bin
|
||||
|
||||
[MemoryCards]
|
||||
Slot1_Enable = true
|
||||
Slot1_Filename = Mcd001.ps2
|
||||
Slot2_Enable = true
|
||||
Slot2_Filename = Mcd002.ps2
|
||||
|
||||
|
||||
[InputSources]
|
||||
Keyboard = false
|
||||
Mouse = false
|
||||
SDL = true
|
||||
# Enhanced ps4 and ps5 controller support
|
||||
SDLControllerEnhancedMode = true
|
||||
SDLPS5PlayerLED = true
|
||||
|
||||
|
||||
[Pad1]
|
||||
Type = DualShock2
|
||||
InvertL = 0
|
||||
InvertR = 0
|
||||
Deadzone = 0
|
||||
AxisScale = 1.33
|
||||
LargeMotorScale = 1
|
||||
SmallMotorScale = 1
|
||||
ButtonDeadzone = 0
|
||||
PressureModifier = 0.5
|
||||
Up = SDL-0/DPadUp
|
||||
Right = SDL-0/DPadRight
|
||||
Down = SDL-0/DPadDown
|
||||
Left = SDL-0/DPadLeft
|
||||
Triangle = SDL-0/Y
|
||||
Circle = SDL-0/B
|
||||
Cross = SDL-0/A
|
||||
Square = SDL-0/X
|
||||
Select = SDL-0/Back
|
||||
Start = SDL-0/Start
|
||||
L1 = SDL-0/LeftShoulder
|
||||
L2 = SDL-0/+LeftTrigger
|
||||
R1 = SDL-0/RightShoulder
|
||||
R2 = SDL-0/+RightTrigger
|
||||
L3 = SDL-0/LeftStick
|
||||
R3 = SDL-0/RightStick
|
||||
LUp = SDL-0/-LeftY
|
||||
LRight = SDL-0/+LeftX
|
||||
LDown = SDL-0/+LeftY
|
||||
LLeft = SDL-0/-LeftX
|
||||
RUp = SDL-0/-RightY
|
||||
RRight = SDL-0/+RightX
|
||||
RDown = SDL-0/+RightY
|
||||
RLeft = SDL-0/-RightX
|
||||
Analog = SDL-0/Guide
|
||||
LargeMotor = SDL-0/LargeMotor
|
||||
SmallMotor = SDL-0/SmallMotor
|
||||
|
||||
|
||||
[AutoUpdater]
|
||||
CheckAtStartup = false
|
||||
|
||||
|
||||
[GameList]
|
||||
RecursivePaths = /home/deck/.persist/manual/games/ps2/roms
|
||||
Reference in New Issue
Block a user