Skip to content

Commit

Permalink
Update the readme for newer versions of PCSX2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoticgd committed Oct 3, 2024
1 parent 0b0ea2a commit 3f6a3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gradle -PGHIDRA_INSTALL_DIR=/path/to/ghidra buildExtension

### 7-Zip returned unsupported method

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).
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 can 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.

### Decompilation fails for some functions

Expand Down

0 comments on commit 3f6a3c3

Please sign in to comment.