m64p: Disabled mupen's throttle

This commit is contained in:
pjgat09 2013-04-30 03:34:06 +00:00
parent 7f7b9eac1f
commit 7af28f1106
2 changed files with 2 additions and 2 deletions

View File

@ -690,8 +690,8 @@ void new_vi(void)
time = (int)(CalculatedTime - CurrentFPSTime); time = (int)(CalculatedTime - CurrentFPSTime);
if (time > 0 && l_MainSpeedLimit) if (time > 0 && l_MainSpeedLimit)
{ {
DebugMessage(M64MSG_VERBOSE, " new_vi(): Waiting %ims", time); DebugMessage(M64MSG_VERBOSE, " new_vi()");
SDL_Delay(time); //SDL_Delay(time);
} }
CurrentFPSTime = CurrentFPSTime + time; CurrentFPSTime = CurrentFPSTime + time;
} }