mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 03:02:41 +00:00
Working Game IDs for Elf/Dol files
This commit is contained in:
parent
ebf3b5faf4
commit
83c127784b
5 changed files with 32 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue