Working Game IDs for Elf/Dol files

This commit is contained in:
cbartondock 2021-01-21 10:47:07 -05:00
parent ebf3b5faf4
commit 83c127784b
5 changed files with 32 additions and 6 deletions

View file

@ -27,7 +27,7 @@
namespace UICommon
{
static constexpr u32 CACHE_REVISION = 19; // Last changed in PR 9135
static constexpr u32 CACHE_REVISION = 20; // Last changed in PR 9461
std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan,
bool recursive_scan)