diff --git a/source/preferences.cpp b/source/preferences.cpp index 1f10e00..a109ce9 100644 --- a/source/preferences.cpp +++ b/source/preferences.cpp @@ -718,7 +718,7 @@ bool LoadPrefs() sprintf(GCSettings.ArtworkFolder, "snes9xgx/artwork"); // attempt to create directories if they don't exist - if(GCSettings.LoadMethod != DEVICE_AUTO) { + if(GCSettings.LoadMethod == DEVICE_SD || GCSettings.LoadMethod == DEVICE_USB) { char dirPath[MAXPATHLEN]; sprintf(dirPath, "%s%s", pathPrefix[GCSettings.LoadMethod], GCSettings.ScreenshotsFolder); CreateDirectory(dirPath);