CPU: Implement cop0 execution and data breakpoints
This commit is contained in:
@ -21,6 +21,7 @@ ALWAYS_INLINE void CheckForPendingInterrupt()
|
||||
}
|
||||
|
||||
void DispatchInterrupt();
|
||||
void UpdateDebugDispatcherFlag();
|
||||
|
||||
// icache stuff
|
||||
ALWAYS_INLINE bool IsCachedAddress(VirtualMemoryAddress address)
|
||||
|
||||
Reference in New Issue
Block a user