mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 21:40:45 +00:00
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:
parent
a6471234a2
commit
7992c786b9
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
namespace DiscIO
|
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
|
enum class BlobType
|
||||||
{
|
{
|
||||||
PLAIN,
|
PLAIN,
|
||||||
|
@ -16,7 +16,7 @@ bool IsNTSC(Region region)
|
|||||||
return region == Region::NTSC_J || region == Region::NTSC_U || region == Region::NTSC_K;
|
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)
|
Country TypicalCountryForRegion(Region region)
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
namespace DiscIO
|
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
|
enum class Platform
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user