mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
PPU: remove artificial 0x20000000 barrier for debug stats
Change it to 0xE0000000 (SPU demarcation line)
This commit is contained in:
parent
52fe86b56c
commit
c71bc25090
1 changed files with 1 additions and 1 deletions
|
@ -1777,7 +1777,7 @@ void Emulator::Resume()
|
|||
|
||||
std::string dump;
|
||||
|
||||
for (u32 i = 0x10000; i < 0x20000000;)
|
||||
for (u32 i = 0x10000; i < 0xE0000000;)
|
||||
{
|
||||
if (vm::check_addr(i, vm::page_executable))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue