From 37b89d5b711d33db0a462d820cbbeebb6cd70c73 Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Thu, 11 Apr 2024 16:35:18 -0700 Subject: GameList: Show (Disc 1) for first disc of two-disc games Append disc label to the first disc of two-disc games too, rather than only labelling the second disc. --- Source/Core/UICommon/GameFileCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/UICommon/GameFileCache.cpp') 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 FindAllGamePaths(const std::vector& directories_to_scan, bool recursive_scan) -- cgit v1.2.3