From 88507f09db4c9f853b77ace70d1d98898b866a5b Mon Sep 17 00:00:00 2001 From: dborth Date: Mon, 24 Nov 2008 07:17:17 +0000 Subject: [PATCH] fix snapshot saving issue --- source/ngc/vbasupport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ngc/vbasupport.cpp b/source/ngc/vbasupport.cpp index 2da73f8..a7972af 100644 --- a/source/ngc/vbasupport.cpp +++ b/source/ngc/vbasupport.cpp @@ -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...");