diff --git a/platform/common/emu.c b/platform/common/emu.c index 5647efc4..0f837cb4 100644 --- a/platform/common/emu.c +++ b/platform/common/emu.c @@ -856,7 +856,7 @@ char *emu_get_save_fname(int load, int is_sram, int slot, int *time) { strcpy(ext, (PicoIn.AHW & PAHW_MCD) ? ".brm" : ".srm"); romfname_ext(saveFname, sizeof(static_buff), - (PicoIn.AHW & PAHW_MCD) ? "brm"PATH_SEP : "srm"PATH_SEP, ext); + (PicoIn.AHW & PAHW_MCD) ? "ms0:/PSP/SAVEDATA/SUGC/brm"PATH_SEP : "ms0:/PSP/SAVEDATA/SUGC/srm"PATH_SEP, ext); if (!load) return saveFname; diff --git a/platform/common/version.h b/platform/common/version.h index db852595..fb532ca2 100644 --- a/platform/common/version.h +++ b/platform/common/version.h @@ -1 +1 @@ -#define VERSION "T6" \ No newline at end of file +#define VERSION "T7" \ No newline at end of file