From 7992c786b9de692bc71e00996f55153320aea1e5 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Tue, 27 Jun 2017 13:09:33 +0200 Subject: [PATCH] Fix references to CACHE_REVISION in DiscIO comments The ISOFile.cpp one has been moved, and the GameFile.cpp one isn't used for anything because DolphinQt2 doesn't support caching yet. --- Source/Core/DiscIO/Blob.h | 2 +- Source/Core/DiscIO/Enums.cpp | 2 +- Source/Core/DiscIO/Enums.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Core/DiscIO/Blob.h b/Source/Core/DiscIO/Blob.h index 9e92b08ae4..686605ed80 100644 --- a/Source/Core/DiscIO/Blob.h +++ b/Source/Core/DiscIO/Blob.h @@ -25,7 +25,7 @@ namespace DiscIO { -// Increment CACHE_REVISION (ISOFile.cpp & GameFile.cpp) if the enum below is modified +// Increment CACHE_REVISION (GameListCtrl.cpp) if the enum below is modified enum class BlobType { PLAIN, diff --git a/Source/Core/DiscIO/Enums.cpp b/Source/Core/DiscIO/Enums.cpp index bfd9da0254..eae90b34ab 100644 --- a/Source/Core/DiscIO/Enums.cpp +++ b/Source/Core/DiscIO/Enums.cpp @@ -16,7 +16,7 @@ bool IsNTSC(Region region) return region == Region::NTSC_J || region == Region::NTSC_U || region == Region::NTSC_K; } -// Increment CACHE_REVISION (ISOFile.cpp & GameFile.cpp) if the code below is modified +// Increment CACHE_REVISION (GameListCtrl.cpp) if the code below is modified Country TypicalCountryForRegion(Region region) { diff --git a/Source/Core/DiscIO/Enums.h b/Source/Core/DiscIO/Enums.h index b06576c685..fb604fd3be 100644 --- a/Source/Core/DiscIO/Enums.h +++ b/Source/Core/DiscIO/Enums.h @@ -10,7 +10,7 @@ namespace DiscIO { -// Increment CACHE_REVISION (ISOFile.cpp & GameFile.cpp) if these enums are modified +// Increment CACHE_REVISION (GameListCtrl.cpp) if these enums are modified enum class Platform {