fiddle around with sdl frameadvance throttle (continued)

This commit is contained in:
zeromus 2015-06-16 06:00:34 +00:00
parent 7bcc8a67f3
commit 34a1a9db51
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ void DecreaseEmulationSpeed(void)
RefreshThrottleFPS();
FCEU_DispMessage("Emulation speed %.1f%%",0, g_fpsScale*100.0);
FCEU_DispMessage("Emulation speed %.1f%%",0, fps_scale*100.0);
}
/**
@ -152,5 +152,5 @@ FCEUD_SetEmulationSpeed(int cmd)
RefreshThrottleFPS();
FCEU_DispMessage("Emulation speed %.1f%%",0, g_fpsScale*100.0);
FCEU_DispMessage("Emulation speed %.1f%%",0, fps_scale*100.0);
}