diff options
| author | Léo Lam <leo@leolam.fr> | 2020-10-14 12:19:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 12:19:53 +0200 |
| commit | b24223c1788c2a898bc5154be919fca7cbfc20d4 (patch) | |
| tree | 33a8a5f7c0d73b78d7036e2acb198698e32a0057 /Source/Core/UICommon/GameFileCache.cpp | |
| parent | 5ab95d7f6a4f6c6cd4bd520b791466eeb8967abd (diff) | |
| parent | d64fc67b043e2950674cafe736324f6cf3928711 (diff) | |
Merge pull request #9135 from JosJuice/show-nkit
Show NKitness in file format string
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 c551016d7f..35d4fe3571 100644 --- a/Source/Core/UICommon/GameFileCache.cpp +++ b/Source/Core/UICommon/GameFileCache.cpp @@ -27,7 +27,7 @@ namespace UICommon { -static constexpr u32 CACHE_REVISION = 18; // Last changed in PR 8891 +static constexpr u32 CACHE_REVISION = 19; // Last changed in PR 9135 std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan, bool recursive_scan) |
