diff --git a/desmume/src/windows/throttle.cpp b/desmume/src/windows/throttle.cpp index f9e3d89b6..0fa5f2165 100644 --- a/desmume/src/windows/throttle.cpp +++ b/desmume/src/windows/throttle.cpp @@ -82,7 +82,7 @@ waiter: if( (ttime-ltime) >= (tfreq/desiredfps) ) // Oops, we're behind! { behind = true; - return(1); + return 0; } } return(0);