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