From bf5ca6939480a75bd3049ae553f731f619931d30 Mon Sep 17 00:00:00 2001 From: luigi__ Date: Sat, 17 Jan 2009 17:29:47 +0000 Subject: [PATCH] Reverted the save file extension to sav. Why was it changed to dmc ? I can't find a good reason, it's only annoying. --- desmume/src/NDSSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index 04a010f23..1e11b7438 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -450,7 +450,7 @@ int NDS_LoadROM( const char *filename, int bmtype, u32 bmsize, delete [] noext; strcpy((char *)buf, (char *)pathFilenameToROMwithoutExt); - strcat((char *)buf, ".dmc"); // DeSmuME memory card :) + strcat((char *)buf, ".sav"); // DeSmuME memory card :) mc_realloc(&MMU.bupmem, bmtype, bmsize); mc_load_file(&MMU.bupmem, (char *)buf);