PPU: remove artificial 0x20000000 barrier for debug stats
Change it to 0xE0000000 (SPU demarcation line)
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user