mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DiscIO: Add support for CleanRip-style split ISOs.
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
|
||||
namespace UICommon
|
||||
{
|
||||
static constexpr u32 CACHE_REVISION = 23; // Last changed in PR 10932
|
||||
static constexpr u32 CACHE_REVISION = 24; // Last changed in PR 11557
|
||||
|
||||
std::vector<std::string> FindAllGamePaths(const std::vector<std::string>& directories_to_scan,
|
||||
bool recursive_scan)
|
||||
|
Reference in New Issue
Block a user