ALL: sync with scummvm
This commit is contained in:
parent
b1a04651a3
commit
790db038c0
118 changed files with 4006 additions and 5809 deletions
|
@ -153,9 +153,15 @@ void ModularBackend::fillScreen(uint32 col) {
|
|||
}
|
||||
|
||||
void ModularBackend::updateScreen() {
|
||||
#ifdef ENABLE_EVENTRECORDER
|
||||
g_eventRec.preDrawOverlayGui();
|
||||
#endif
|
||||
|
||||
_graphicsManager->updateScreen();
|
||||
|
||||
#ifdef ENABLE_EVENTRECORDER
|
||||
g_eventRec.postDrawOverlayGui();
|
||||
#endif
|
||||
}
|
||||
|
||||
void ModularBackend::setShakePos(int shakeOffset) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue