mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 15:45:47 -04:00
System: Fix regtest dumping
This commit is contained in:
@ -345,7 +345,7 @@ void Host::ReleaseRenderWindow()
|
||||
//
|
||||
}
|
||||
|
||||
void Host::BeginPresentFrame()
|
||||
void Host::FrameDone()
|
||||
{
|
||||
const u32 frame = System::GetFrameNumber();
|
||||
if (s_frame_dump_interval > 0 && (s_frame_dump_interval == 1 || (frame % s_frame_dump_interval) == 0))
|
||||
|
Reference in New Issue
Block a user