diff options
| author | JMC47 <JMC4789@gmail.com> | 2020-04-28 12:37:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 12:37:17 -0400 |
| commit | 116cef572beadeef0d317c4b87889a727ef30ac0 (patch) | |
| tree | e2a1eb393b905948d45474139b56463aa6a9e455 /Source/Core/UICommon/GameFileCache.cpp | |
| parent | 165c2e30178905baba4854dc54a7dc063e8564b6 (diff) | |
| parent | 99c8ce9d8d1effa2ce67cb2890337b334f285f58 (diff) | |
Merge pull request #8738 from JosJuice/convert-dialog
Replace the compress/uncompress actions with a convert dialog
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 07cbf726c4..9b2729407e 100644 --- a/Source/Core/UICommon/GameFileCache.cpp +++ b/Source/Core/UICommon/GameFileCache.cpp @@ -27,7 +27,7 @@ namespace UICommon { -static constexpr u32 CACHE_REVISION = 16; // Last changed in PR 8313 +static constexpr u32 CACHE_REVISION = 17; // Last changed in PR 8738 std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan, bool recursive_scan) |
