aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/fileio.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/fileio.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/fileio.h')
-rw-r--r--backends/platform/ps2/fileio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/fileio.h b/backends/platform/ps2/fileio.h
index e793c29d4b..b481979388 100644
--- a/backends/platform/ps2/fileio.h
+++ b/backends/platform/ps2/fileio.h
@@ -62,12 +62,12 @@ private:
void cacheReadSync(void);
int _fd;
+ uint32 _mode;
uint32 _fileSize;
uint32 _filePos;
uint32 _cacheSize;
uint32 _cachePos;
- // uint8 cache[2048];
uint8 *_cache;
int _eof;