Merge pull request #529 from Aikku93/patch-1

Allow scanDir() to operate when fatDir is empty
This commit is contained in:
zeromus 2022-05-22 15:09:00 -04:00 committed by GitHub
commit 8940b33c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static std::string fatDir;
static void scanDir() static void scanDir()
{ {
if(fatDir == "") return; if(fatDir == "" && !slot1_R4_path_type) return;
if (fatImage) if (fatImage)
{ {