summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeCommon.cpp
diff options
context:
space:
mode:
authorStevoisiak <S.Vascellaro@gmail.com>2014-12-30 20:05:33 -0500
committerStevoisiak <S.Vascellaro@gmail.com>2015-01-11 00:25:36 -0500
commitfe49427688f629a9cd82e867976bd7bb5421eb36 (patch)
treeefb663b85c4cb1e5e8d688c06c5aa4bab97e2306 /Source/Core/DiscIO/VolumeCommon.cpp
parentf5cddd4020f0ca875b8e0b3e7c3ea79b3710e488 (diff)
Additional CACHE_REVISION increment warnings
GameFile.cpp warnings for DolphinQt, ISOFile.cpp warnings for DolphinWX
Diffstat (limited to 'Source/Core/DiscIO/VolumeCommon.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeCommon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp
index 0956f119c9..1d92458814 100644
--- a/Source/Core/DiscIO/VolumeCommon.cpp
+++ b/Source/Core/DiscIO/VolumeCommon.cpp
@@ -9,6 +9,7 @@
#include "Common/Logging/Log.h"
#include "DiscIO/Volume.h"
+// Increment CACHE_REVISION if the code below is modified (ISOFile.cpp & GameFile.cpp)
namespace DiscIO
{
IVolume::ECountry CountrySwitch(u8 CountryCode)