mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
TWINE: reduced updateScreen calls
This commit is contained in:
parent
85fd758162
commit
6abaaef306
@ -1066,7 +1066,6 @@ void TwinEEngine::setPalette(uint startColor, uint numColors, const byte *palett
|
||||
|
||||
void TwinEEngine::flip() {
|
||||
g_system->copyRectToScreen(frontVideoBuffer.getPixels(), frontVideoBuffer.pitch, 0, 0, frontVideoBuffer.w, frontVideoBuffer.h);
|
||||
g_system->updateScreen();
|
||||
}
|
||||
|
||||
void TwinEEngine::copyBlockPhys(const Common::Rect &rect, bool updateScreen) {
|
||||
|
Loading…
Reference in New Issue
Block a user