PCSX2-QT looking in the wrong place for saves

Merge pull request #207 from icenine451/cooker-fixes
This commit is contained in:
XargonWan 2022-10-31 17:36:37 +01:00 committed by GitHub
commit c83d6233ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,13 @@ SaveStateOnShutdown = true
ConsoleToStdio = false ConsoleToStdio = false
HostFs = false HostFs = false
PatchBios = false PatchBios = false
PatchRegion = PatchRegion =
BackupSavestate = true BackupSavestate = true
SavestateZstdCompression = true SavestateZstdCompression = true
McdEnableEjection = true McdEnableEjection = true
McdFolderAutoManage = true McdFolderAutoManage = true
GzipIsoIndexTemplate = $(f).pindex.tmp GzipIsoIndexTemplate = $(f).pindex.tmp
BlockDumpSaveDirectory = BlockDumpSaveDirectory =
[EmuCore/Speedhacks] [EmuCore/Speedhacks]
@ -169,7 +169,7 @@ ShadeBoost_Contrast = 50
ShadeBoost_Saturation = 50 ShadeBoost_Saturation = 50
saven = 0 saven = 0
savel = 5000 savel = 5000
Adapter = Adapter =
shaderfx_conf = shaders/GS_FX_Settings.ini shaderfx_conf = shaders/GS_FX_Settings.ini
shaderfx_glsl = shaders/GS.fx shaderfx_glsl = shaders/GS.fx
@ -198,7 +198,7 @@ DplDecodingLevel = 0
[DEV9/Eth] [DEV9/Eth]
EthEnable = false EthEnable = false
EthApi = Unset EthApi = Unset
EthDevice = EthDevice =
EthLogDNS = false EthLogDNS = false
InterceptDHCP = false InterceptDHCP = false
PS2IP = 0.0.0.0 PS2IP = 0.0.0.0
@ -267,7 +267,7 @@ IOP.bitset = 0
[Filenames] [Filenames]
BIOS = BIOS =
[Framerate] [Framerate]
@ -299,7 +299,7 @@ Multitap2_Slot4_Filename = Mcd-Multitap2-Slot04.ps2
Bios = ~/retrodeck/bios Bios = ~/retrodeck/bios
Snapshots = ~/retrodeck/screenshots Snapshots = ~/retrodeck/screenshots
SaveStates = ~/retrodeck/states/ps2/pcsx2 SaveStates = ~/retrodeck/states/ps2/pcsx2
MemoryCards = ~/retrodeck/saves/ps2/pcsx2/memcards MemoryCards = ~/retrodeck/saves/ps2/memcards
Logs = logs Logs = logs
Cheats = cheats Cheats = cheats
CheatsWS = cheats_ws CheatsWS = cheats_ws