Game save names changed to x.m3save or x.m2save, where x is the save number
[mercenary-reloaded.git] / src / mercenary / mercenary2.c
index 4fd5df7..65e970e 100644 (file)
@@ -81,3 +81,5 @@ uint32_t mercenary_palette(void)
        return m68k_read_memory_32(0x007c14);
 }
 
+const char *mercenary_gamesavesuffix = ".m2save";
+