diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2013-01-11 15:13:20 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2013-01-11 15:16:56 -0600 |
| commit | 346922e39ea6d2e06c0dca0cbfa6180113604afe (patch) | |
| tree | fd6167057ff741a6c9bf6b29533f0f1474e9fcdc | |
| parent | cb71158df45f4c72c325c9c905ab10d43c31a52a (diff) | |
Update game cache revision, for "germany" games that were once "europe".
| -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 a00ce2c496..2d4b202272 100644 --- a/Source/Core/DolphinWX/Src/ISOFile.cpp +++ b/Source/Core/DolphinWX/Src/ISOFile.cpp @@ -36,7 +36,7 @@ #include "ChunkFile.h" #include "../resources/no_banner.cpp" -#define CACHE_REVISION 0x10D +#define CACHE_REVISION 0x10E #define DVD_BANNER_WIDTH 96 #define DVD_BANNER_HEIGHT 32 |
