mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Merge pull request #1796 from Stevoisiak/cacheRevisionNote
Added CACHE_REVISION warnings
This commit is contained in:
commit
b3474c8218
3 changed files with 4 additions and 3 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
|
||||
virtual bool ChangePartition(u64 offset) { return false; }
|
||||
|
||||
// Increment CACHE_REVISION if values are changed (ISOFile.cpp)
|
||||
// Increment CACHE_REVISION if the code below is modified (ISOFile.cpp & GameFile.cpp)
|
||||
enum ECountry
|
||||
{
|
||||
COUNTRY_EUROPE = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue