aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/Gs2dScreen.h
diff options
context:
space:
mode:
authorMax Lingua2009-07-12 05:38:08 +0000
committerMax Lingua2009-07-12 05:38:08 +0000
commit55cda3aa258e2c214e0442ad726d964bb787cd0e (patch)
tree4c392a2f5073d6c6c1a4218fadfac7bae1ba879c /backends/platform/ps2/Gs2dScreen.h
parent17b1c6d0aed188b400c87b2959ef7339d874b913 (diff)
downloadscummvm-rg350-55cda3aa258e2c214e0442ad726d964bb787cd0e.tar.gz
scummvm-rg350-55cda3aa258e2c214e0442ad726d964bb787cd0e.tar.bz2
scummvm-rg350-55cda3aa258e2c214e0442ad726d964bb787cd0e.zip
ScummVM/PS2 bugs fixed by this commit:
- general file write corruption (eg. ScummVM.ini, etc.) - COMI specific save crash / corruption (added option in engines/scumm/saveload.cpp to disable thumbnails on PS2, as emergency fallback in case the fix should prove to be insufficient) - implemented _screenChange logic (fixes grabOverlay & COMI popup menu) - fixed higher pitch (chipmunk fx) - made NET IRXs optional to allow it to work on fat PS2 without net+hd - fixed cursor restore on RTL - added "." as R2 to skip single lines of dialog - added write cache svn-id: r42404
Diffstat (limited to 'backends/platform/ps2/Gs2dScreen.h')
-rw-r--r--backends/platform/ps2/Gs2dScreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/ps2/Gs2dScreen.h b/backends/platform/ps2/Gs2dScreen.h
index 91dfc9d327..4657ab02d9 100644
--- a/backends/platform/ps2/Gs2dScreen.h
+++ b/backends/platform/ps2/Gs2dScreen.h
@@ -61,6 +61,7 @@ public:
void copyPrintfOverlay(const uint8* buf);
void clearPrintfOverlay(void);
void clearScreen(void);
+ void fillScreen(uint32 col);
Graphics::Surface *lockScreen();
void unlockScreen();