diff options
| author | sl1nk3.s <sl1nk3.s@gmail.com> | 2010-10-03 22:50:57 +0000 |
|---|---|---|
| committer | sl1nk3.s <sl1nk3.s@gmail.com> | 2010-10-03 22:50:57 +0000 |
| commit | ec648ed22158653a38c9068628923cd18c7ea512 (patch) | |
| tree | b8b64f39058240658cea94746aeef644fde69173 /Source/Core | |
| parent | 4b5b9ad05c10d95c9af43502ecc6877d6e680c4d (diff) | |
Fixes issue 3295.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6253 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/Src/ISOFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/ISOFile.cpp b/Source/Core/DolphinWX/Src/ISOFile.cpp index ad18e697c5..50125ea096 100644 --- a/Source/Core/DolphinWX/Src/ISOFile.cpp +++ b/Source/Core/DolphinWX/Src/ISOFile.cpp @@ -34,7 +34,7 @@ #include "ChunkFile.h" #include "../resources/no_banner.cpp" -#define CACHE_REVISION 0x109 +#define CACHE_REVISION 0x10A #define DVD_BANNER_WIDTH 96 #define DVD_BANNER_HEIGHT 32 |
