Only check for songs if we're using a memory card
This commit is contained in:
+1
-1
@@ -1194,7 +1194,7 @@ void Profile::LoadSongsFromDir(RString const& dir, ProfileSlot prof_slot, bool i
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
RString songs_folder= dir + "Songs";
|
RString songs_folder= dir + "Songs";
|
||||||
if(FILEMAN->DoesFileExist(songs_folder))
|
if(FILEMAN->DoesFileExist(songs_folder) && isMemoryCard)
|
||||||
{
|
{
|
||||||
LOG->Trace("Found songs folder in profile.");
|
LOG->Trace("Found songs folder in profile.");
|
||||||
std::vector<RString> song_folders;
|
std::vector<RString> song_folders;
|
||||||
|
|||||||
Reference in New Issue
Block a user