mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
Add delay to help reduce cpu usage in some sections.
svn-id: r11875
This commit is contained in:
parent
94750df7ee
commit
10579f2e75
@ -1100,6 +1100,7 @@ int SimonEngine::runScript() {
|
||||
invalid_opcode:;
|
||||
error("Invalid opcode '%d'", opcode);
|
||||
}
|
||||
delay(1);
|
||||
|
||||
} while (condition != flag);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user