mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00: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:
parent
a1db82a72e
commit
0bcb9923f8
2 changed files with 3 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue