mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-14 03:29:06 +01:00
bugfix
This commit is contained in:
parent
1c50479099
commit
852f7875fa
@ -268,14 +268,14 @@ bool MakeFilePath(char filepath[], int type, char * filename, int filenum)
|
||||
}
|
||||
else
|
||||
{
|
||||
if(GCSettings.SaveMethod == DEVICE_AUTO)
|
||||
GCSettings.SaveMethod = autoSaveMethod(SILENT);
|
||||
|
||||
if(GCSettings.SaveMethod == DEVICE_AUTO)
|
||||
return false;
|
||||
|
||||
switch(type)
|
||||
{
|
||||
if(GCSettings.SaveMethod == DEVICE_AUTO)
|
||||
GCSettings.SaveMethod = autoSaveMethod(SILENT);
|
||||
|
||||
if(GCSettings.SaveMethod == DEVICE_AUTO)
|
||||
return false;
|
||||
|
||||
case FILE_SRAM:
|
||||
case FILE_SNAPSHOT:
|
||||
sprintf(folder, GCSettings.SaveFolder);
|
||||
|
Loading…
x
Reference in New Issue
Block a user