aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/fileio.h
diff options
context:
space:
mode:
authorMax Lingua2014-01-10 00:50:58 -0500
committerMax Lingua2014-01-18 13:39:35 -0500
commite73027f2b8891eb84abd700c7832efd0dcbf0898 (patch)
treed55901f916f9e5da8b3e9c2efe97f2656d7e518d /backends/platform/ps2/fileio.h
parentb75c7f6bc4a7245ab88fca760ad303df7e5da7ef (diff)
downloadscummvm-rg350-e73027f2b8891eb84abd700c7832efd0dcbf0898.tar.gz
scummvm-rg350-e73027f2b8891eb84abd700c7832efd0dcbf0898.tar.bz2
scummvm-rg350-e73027f2b8891eb84abd700c7832efd0dcbf0898.zip
PS2: fixed tabs and alignment
Diffstat (limited to 'backends/platform/ps2/fileio.h')
-rw-r--r--backends/platform/ps2/fileio.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/backends/platform/ps2/fileio.h b/backends/platform/ps2/fileio.h
index afa2ca1f24..57c4a263d2 100644
--- a/backends/platform/ps2/fileio.h
+++ b/backends/platform/ps2/fileio.h
@@ -30,13 +30,13 @@
#include "common/stream.h"
enum {
- CACHE_SIZE = 2048 * 32,
- MAX_READ_STEP = 2048 * 16,
- MAX_CACHED_FILES = 6,
- CACHE_READ_THRESHOLD = 16 * 2048,
- CACHE_FILL_MIN = 2048 * 24,
- READ_ALIGN = 64, // align all reads to the size of an EE cache line
- READ_ALIGN_MASK = READ_ALIGN - 1
+ CACHE_SIZE = 2048 * 32,
+ MAX_READ_STEP = 2048 * 16,
+ MAX_CACHED_FILES = 6,
+ CACHE_READ_THRESHOLD = 16 * 2048,
+ CACHE_FILL_MIN = 2048 * 24,
+ READ_ALIGN = 64, // align all reads to the size of an EE cache line
+ READ_ALIGN_MASK = READ_ALIGN - 1
};
// TODO: Make this a subclass of SeekableReadStream & WriteStream