mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
Disabled debug output. (I really need to get the debug message level to
work for BS2! :-) svn-id: r9906
This commit is contained in:
parent
33f9cb35a3
commit
fb060c6cbd
@ -265,7 +265,7 @@ void Build_display(void) //Tony21Sept96
|
||||
if (SVM_timeGetTime() > cycleTime)
|
||||
{
|
||||
fps = frameCount;
|
||||
debug(0, "FPS: %d", fps);
|
||||
debug(2, "FPS: %d", fps);
|
||||
frameCount = 0;
|
||||
cycleTime = SVM_timeGetTime()+1000;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user