From d494e0230c2ebfd580bb66b2a741d19ef830d658 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 21 Jun 2020 20:41:50 +0200 Subject: Show file format details in game properties --- 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 1af33ae44b..c551016d7f 100644 --- a/Source/Core/UICommon/GameFileCache.cpp +++ b/Source/Core/UICommon/GameFileCache.cpp @@ -27,7 +27,7 @@ namespace UICommon { -static constexpr u32 CACHE_REVISION = 17; // Last changed in PR 8738 +static constexpr u32 CACHE_REVISION = 18; // Last changed in PR 8891 std::vector FindAllGamePaths(const std::vector& directories_to_scan, bool recursive_scan) -- cgit v1.2.3