CPU: Inhibit debug dispatcher when COP0 BP is invalid

This commit is contained in:
Stenzek
2024-01-01 15:25:39 +10:00
parent cf760bbe42
commit 32f5482ad2
2 changed files with 53 additions and 14 deletions

View File

@ -25,7 +25,7 @@ ALWAYS_INLINE static void CheckForPendingInterrupt()
}
void DispatchInterrupt();
void UpdateDebugDispatcherFlag();
bool UpdateDebugDispatcherFlag();
// icache stuff
ALWAYS_INLINE static bool IsCachedAddress(VirtualMemoryAddress address)