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.
This commit is contained in:
JosJuice
2017-06-27 13:09:33 +02:00
parent a6471234a2
commit 7992c786b9
3 changed files with 3 additions and 3 deletions

View File

@ -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)
{