mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
fix snapshot saving issue
This commit is contained in:
parent
5f6279ae9c
commit
88507f09db
@ -338,7 +338,7 @@ bool SaveBatteryOrState(int method, int action, bool silent)
|
||||
if(method == METHOD_AUTO)
|
||||
method = autoSaveMethod();
|
||||
|
||||
if(!MakeFilePath(filepath, FILE_SRAM, method))
|
||||
if(!MakeFilePath(filepath, action, method))
|
||||
return false;
|
||||
|
||||
ShowAction ((char*) "Saving...");
|
||||
|
Loading…
Reference in New Issue
Block a user