mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
Added a delay to the in-game menu loop to prevent 100% CPU usage
svn-id: r42795
This commit is contained in:
parent
83c8679127
commit
f15eb91d77
@ -179,6 +179,7 @@ int processMenu(menuStruct *pMenu) {
|
||||
flipScreen();
|
||||
|
||||
manageEvents();
|
||||
g_system->delayMillis(10);
|
||||
|
||||
// readKeyboard();
|
||||
} while (!si);
|
||||
|
Loading…
x
Reference in New Issue
Block a user