mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix FIFO player crashing when USE_MEMORYWATCHER is defined
This commit is contained in:
@@ -133,7 +133,8 @@ void FrameUpdateOnCPUThread()
|
||||
void OnFrameEnd()
|
||||
{
|
||||
#ifdef USE_MEMORYWATCHER
|
||||
s_memory_watcher->Step();
|
||||
if (s_memory_watcher)
|
||||
s_memory_watcher->Step();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user