System: Fix regtest dumping

This commit is contained in:
Stenzek
2024-05-25 15:58:41 +10:00
parent 1565a2667d
commit 60ee17e713
4 changed files with 7 additions and 8 deletions

View File

@@ -1770,7 +1770,7 @@ void EmuThread::run()
moveToThread(m_ui_thread);
}
void Host::BeginPresentFrame()
void Host::FrameDone()
{
}