Skip to content

Commit 4a2a06c

Browse files
committed
skip vsync check for ofed
1 parent 425948c commit 4a2a06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Fodder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ void cFodder::Video_Sleep(cSurface* pSurface, const bool pShrink, const bool pVs
581581
}
582582

583583
// If not in vsync mode, then wait for the Amiga 50Hz Interrupt
584-
#ifdef EMSCRIPTEN
584+
#ifdef _OFED || EMSCRIPTEN
585585
mVideo_Ticked = true;
586586
#else
587587
if (!pVsync) {

0 commit comments

Comments
 (0)