aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp/psp-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/psp/psp-stream.h')
-rw-r--r--backends/fs/psp/psp-stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/fs/psp/psp-stream.h b/backends/fs/psp/psp-stream.h
index 10d5016852..9fd1ad0470 100644
--- a/backends/fs/psp/psp-stream.h
+++ b/backends/fs/psp/psp-stream.h
@@ -41,6 +41,7 @@ protected:
int _physicalPos; // position in the real file
int _pos; // position. Sometimes virtual
bool _inCache; // whether we're in cache (virtual) mode
+ bool _eos; // EOS flag
enum {
SuspendError = 2,