1
0
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:
Nekotekina 2021-03-02 21:07:24 +03:00
parent 52fe86b56c
commit c71bc25090

View File

@ -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))
{