SPU: Drop OOB register warnings to dev level

This commit is contained in:
Connor McLaughlin
2021-11-07 15:27:02 +10:00
parent 83a031e22f
commit c346dfe8a4
2 changed files with 3 additions and 7 deletions

View File

@ -1804,10 +1804,6 @@ bool SetExpansionROM(const char* filename)
void StallCPU(TickCount ticks)
{
CPU::AddPendingTicks(ticks);
#if 0
if (CPU::GetPendingTicks() >= CPU::GetDowncount() && !m_running_events)
RunEvents();
#endif
}
Controller* GetController(u32 slot)