mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Fix reading title IDs of Wii discs
Partial revert of a1db82a
.
Should fix https://bugs.dolphin-emu.org/issues/11404.
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
namespace UICommon
|
||||
{
|
||||
static constexpr u32 CACHE_REVISION = 13; // Last changed in PR 7411
|
||||
static constexpr u32 CACHE_REVISION = 14; // Last changed in PR 7441
|
||||
|
||||
std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan,
|
||||
bool recursive_scan)
|
||||
|
Reference in New Issue
Block a user