mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-28 03:31: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();
|
FixInvalidSettings();
|
||||||
|
|
||||||
// attempt to create directories if they don't exist
|
// 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];
|
char dirPath[MAXPATHLEN];
|
||||||
sprintf(dirPath, "%s%s", pathPrefix[GCSettings.LoadMethod], GCSettings.ScreenshotsFolder);
|
sprintf(dirPath, "%s%s", pathPrefix[GCSettings.LoadMethod], GCSettings.ScreenshotsFolder);
|
||||||
CreateDirectory(dirPath);
|
CreateDirectory(dirPath);
|
||||||
|
Loading…
Reference in New Issue
Block a user