mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
SPU debugger: Implement MFC journal
* Allow to dump up to 1820 commands with up 128 bytes of data each, using key D with the debugger.
This commit is contained in:
parent
d0edd44a69
commit
004ebfdaee
13 changed files with 222 additions and 20 deletions
|
@ -1779,7 +1779,7 @@ void Emulator::Resume()
|
|||
|
||||
for (u32 i = 0x10000; i < 0x20000000;)
|
||||
{
|
||||
if (vm::check_addr(i))
|
||||
if (vm::check_addr(i, vm::page_executable))
|
||||
{
|
||||
if (auto& data = *reinterpret_cast<be_t<u32>*>(vm::g_stat_addr + i))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue