Merge pull request #529 from Aikku93/patch-1
Allow scanDir() to operate when fatDir is empty
This commit is contained in:
commit
8940b33c9c
|
@ -45,7 +45,7 @@ static std::string fatDir;
|
|||
|
||||
static void scanDir()
|
||||
{
|
||||
if(fatDir == "") return;
|
||||
if(fatDir == "" && !slot1_R4_path_type) return;
|
||||
|
||||
if (fatImage)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue