diff options
| author | JosJuice <josjuice@gmail.com> | 2017-06-27 13:09:33 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2017-06-27 21:32:14 +0200 |
| commit | 7992c786b9de692bc71e00996f55153320aea1e5 (patch) | |
| tree | a38c7d9fee3c101fa5a3d6c00c623ac9023d28dc /Source/Core/DiscIO/Enums.cpp | |
| parent | a6471234a22e15176424d24cb31be56fd8e73061 (diff) | |
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.
Diffstat (limited to 'Source/Core/DiscIO/Enums.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Enums.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
