mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
PPU Analyser: TOC detection
Improved TOC detection logic Added "PPU Debug" option
This commit is contained in:
parent
fb9b09d004
commit
dc3d38c255
4 changed files with 171 additions and 38 deletions
|
@ -346,6 +346,7 @@ static void ppu_initialize_modules()
|
|||
|
||||
// Register the HLE function directly
|
||||
ppu_register_function_at(addr + 0, 4, hle_funcs[index]);
|
||||
ppu_register_function_at(addr + 4, 4, nullptr);
|
||||
}
|
||||
|
||||
// Set memory protection to read-only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue