mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
HDB: Made main loop running 60fps
This commit is contained in:
parent
b697371154
commit
810dc15f97
@ -526,7 +526,7 @@ Common::Error HDBGame::run() {
|
||||
paint();
|
||||
|
||||
g_system->updateScreen();
|
||||
g_system->delayMillis(10);
|
||||
g_system->delayMillis(1000/60);
|
||||
}
|
||||
|
||||
return Common::kNoError;
|
||||
|
Loading…
Reference in New Issue
Block a user