Sorta changed the background (Need to resize), and failed to ignore the file extension

This commit is contained in:
Ray The Fox 2024-08-04 17:51:25 -03:00
parent f770589dd0
commit 477fd56aff
5 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -39,7 +39,7 @@ static const char *rom_exts[] = {
"pco", "smd", "gen", "md",
"iso", "cso", "cue", "chd",
"32x",
"sms", "gg", "sg", "sc",
"sms",
NULL
};

View file

@ -1 +1 @@
#define VERSION "T2"
#define VERSION "T3"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 618 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 618 KiB

Before After
Before After