mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GameListCtrl: Put CACHE_REVISION in .cpp file
Reduces the number of files that have to be recompiled when changing the cache revision.
This commit is contained in:
@ -80,6 +80,8 @@ public:
|
||||
wxProgressDialog* dialog;
|
||||
};
|
||||
|
||||
static constexpr u32 CACHE_REVISION = 2; // Last changed in PR 5687
|
||||
|
||||
static bool sorted = false;
|
||||
|
||||
static int CompareGameListItems(const GameListItem* iso1, const GameListItem* iso2,
|
||||
|
Reference in New Issue
Block a user