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

@ -125,6 +125,7 @@ void Shutdown();
void Reset();
bool DoState(StateWrapper& sw);
void ClearICache();
bool UpdateDebugDispatcherFlag();
void UpdateMemoryPointers();
void ExecutionModeChanged();