diff --git a/BizHawk.MultiClient/output/dll/mupen64plus.dll b/BizHawk.MultiClient/output/dll/mupen64plus.dll index ba236498d3..0827205f0a 100644 Binary files a/BizHawk.MultiClient/output/dll/mupen64plus.dll and b/BizHawk.MultiClient/output/dll/mupen64plus.dll differ diff --git a/libmupen64plus/mupen64plus-core/src/main/main.c b/libmupen64plus/mupen64plus-core/src/main/main.c index 449563ed13..2470eb0b25 100644 --- a/libmupen64plus/mupen64plus-core/src/main/main.c +++ b/libmupen64plus/mupen64plus-core/src/main/main.c @@ -690,8 +690,8 @@ void new_vi(void) time = (int)(CalculatedTime - CurrentFPSTime); if (time > 0 && l_MainSpeedLimit) { - DebugMessage(M64MSG_VERBOSE, " new_vi(): Waiting %ims", time); - SDL_Delay(time); + DebugMessage(M64MSG_VERBOSE, " new_vi()"); + //SDL_Delay(time); } CurrentFPSTime = CurrentFPSTime + time; }