mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01: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
@ -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…
Reference in New Issue
Block a user