CPU: Update debug dispatcher flag on init

This commit is contained in:
Stenzek
2024-04-22 00:08:03 +10:00
parent 0fbc1a3a8a
commit 35f0d7f623
4 changed files with 7 additions and 2 deletions

View File

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