Debugger/Disasm: Name PPU Syscalls

This commit is contained in:
Eladash 2021-09-27 21:22:05 +03:00 committed by Ivan
parent 2821eb7397
commit 34c36c73ee
3 changed files with 150 additions and 1 deletions

View file

@ -22,7 +22,7 @@ u32 SPUDisAsm::disasm(u32 pc)
std::pair<bool, v128> SPUDisAsm::try_get_const_value(u32 reg, u32 pc) const
{
if (m_mode != cpu_disasm_mode::interpreter)
if (m_mode != cpu_disasm_mode::interpreter && m_mode != cpu_disasm_mode::normal)
{
return {};
}