Skip to content

Commit a69f47a

Browse files
authored
Merge pull request #80 from chaoticgd/update_savestate_docs
Update the readme for newer versions of PCSX2
2 parents 0b0ea2a + 431c1c0 commit a69f47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gradle -PGHIDRA_INSTALL_DIR=/path/to/ghidra buildExtension
2727

2828
### 7-Zip returned unsupported method
2929

30-
Modern versions of PCSX2 store save states using zstd compression, which Ghidra's zip implementation doesn't support. To work around this you have to change `SavestateZstdCompression` to `false` in the `EmuCore` section of your `PCSX2.ini` file (or change it to `disabled` in your `PCSX2_vm.ini` file if you are using an older version of the emulator).
30+
Modern versions of PCSX2 store save states using zstd compression by default, which Ghidra's zip implementation doesn't support. To work around this, if you are using PCSX2 v2.1.178 or higher you should make sure that `Tools -> Show Advanced Settings` is checked, then navigate to `File -> Settings -> Advanced -> Savestate Settings` and change the `Compression Method` option to `Deflate64`. If you are using an older version, you will have to change `SavestateZstdCompression` to `false` in the `EmuCore` section of your `PCSX2.ini` file.
3131

3232
### Decompilation fails for some functions
3333

0 commit comments

Comments
 (0)