Merge pull request #7411 from JosJuice/wii-metadata-unencrypted

Read Wii disc metadata from the unencrypted header
This commit is contained in:
Mat M
2018-09-28 00:44:25 -04:00
committed by GitHub
2 changed files with 14 additions and 15 deletions

View File

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