mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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