Skip to content

Commit

Permalink
Update some wording in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoticgd committed Jul 17, 2024
1 parent a7e511f commit 109e7e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +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`.
If you are using an older version, you have to add `SavestateZstdCompression=disabled` to your `PCSX2_vm.ini` under `EmuCore` section.
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).

### Decompilation fails for some functions

Expand Down

0 comments on commit 109e7e8

Please sign in to comment.