RPCS3: Tweaks and Fixes (#1118)

* Steam ROM Manager: Hotfix RPCS3 Parser
    * Corrected custom variable, fixes installed PKGs not parsing
* Set fullscreen mode to false, seems to be broken at the moment
* Set Full Width AVX-512 to true, should be on by default (RPCS3 will automatically detect if it can use this setting or not)
* Set gamepad configs to true

Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
This commit is contained in:
rawdatafeel 2024-03-12 12:37:03 -04:00 committed by GitHub
parent dcd71ea548
commit 97da59b72d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View file

@ -48,6 +48,10 @@ enableUIColors=false
showDebugTab=false
useRichPresence=true
[PadNavigation]
allow_global_pad_input=true
pad_input_enabled=true
[PadSettings]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0~\0\0\0\0\0\0\x4m\0\0\x3\x1f\0\0\0~\0\0\0\x1d\0\0\x4m\0\0\x3\x1f\0\0\0\0\0\0\0\0\x5\0\0\0\0~\0\0\0\x1d\0\0\x4m\0\0\x3\x1f)

View file

@ -36,7 +36,7 @@ Core:
XFloat Accuracy: Approximate
Accurate PPU 128-byte Reservation Op Max Length: 0
Stub PPU Traps: 0
Full Width AVX-512: false
Full Width AVX-512: true
PPU LLVM Java Mode Handling: true
Use Accurate DFMA: true
PPU Set Saturation Bit: false
@ -223,7 +223,7 @@ Miscellaneous:
Automatically start games after boot: true
Exit RPCS3 when process finishes: false
Pause emulation on RPCS3 focus loss: false
Start games in fullscreen mode: true
Start games in fullscreen mode: false
Prevent display sleep while running games: true
Show trophy popups: true
Show shader compilation hint: true

View file

@ -34,7 +34,7 @@
"glob-regex": "${/(^[NP].+)/}/USRDIR/@(eboot.bin|EBOOT.BIN)"
},
"titleFromVariable": {
"limitToGroups": "${PS3}",
"limitToGroups": "${PSN}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": true

View file

@ -6668,7 +6668,7 @@
"glob-regex": "${/(^[NP].+)/}/USRDIR/@(eboot.bin|EBOOT.BIN)"
},
"titleFromVariable": {
"limitToGroups": "${PS3}",
"limitToGroups": "${PSN}",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": true