diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-04-20 05:03:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 05:03:38 +0200 |
| commit | 2252635070acf63558ac5b9a76175f1c9ed1c851 (patch) | |
| tree | fc551f0d1b9132fc81bb7e45c3332873237c9d44 /Source/Core/UICommon/GameFileCache.cpp | |
| parent | d6be375f15e062a1f3e4a8d3d595762692685fa7 (diff) | |
| parent | 37b89d5b711d33db0a462d820cbbeebb6cd70c73 (diff) | |
Merge pull request #12702 from Dentomologist/gamelist_show_disc1_for_two_disc_games
GameList: Show (Disc 1) for first disc of two-disc games
Diffstat (limited to 'Source/Core/UICommon/GameFileCache.cpp')
| -rw-r--r-- | Source/Core/UICommon/GameFileCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/UICommon/GameFileCache.cpp b/Source/Core/UICommon/GameFileCache.cpp index 2838d331d8..d5b970d29c 100644 --- a/Source/Core/UICommon/GameFileCache.cpp +++ b/Source/Core/UICommon/GameFileCache.cpp @@ -26,7 +26,7 @@ namespace UICommon { -static constexpr u32 CACHE_REVISION = 24; // Last changed in PR 11557 +static constexpr u32 CACHE_REVISION = 25; // Last changed in PR 12702 std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan, bool recursive_scan) |
