From ec648ed22158653a38c9068628923cd18c7ea512 Mon Sep 17 00:00:00 2001 From: "sl1nk3.s" Date: Sun, 3 Oct 2010 22:50:57 +0000 Subject: [PATCH] Fixes issue 3295. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6253 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/ISOFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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