mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 18:51:49 +01:00
fix crash on launch when using network shares
This commit is contained in:
parent
9737d1db13
commit
9e0d835195
@ -838,7 +838,7 @@ bool LoadPrefs()
|
||||
FixInvalidSettings();
|
||||
|
||||
// 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);
|
||||
|
Loading…
Reference in New Issue
Block a user