mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
Sorta changed the background (Need to resize), and failed to ignore the file extension
This commit is contained in:
parent
f770589dd0
commit
477fd56aff
5 changed files with 3 additions and 3 deletions
|
@ -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");
|
strcpy(ext, (PicoIn.AHW & PAHW_MCD) ? ".brm" : ".srm");
|
||||||
romfname_ext(saveFname, sizeof(static_buff),
|
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)
|
if (!load)
|
||||||
return saveFname;
|
return saveFname;
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ static const char *rom_exts[] = {
|
||||||
"pco", "smd", "gen", "md",
|
"pco", "smd", "gen", "md",
|
||||||
"iso", "cso", "cue", "chd",
|
"iso", "cso", "cue", "chd",
|
||||||
"32x",
|
"32x",
|
||||||
"sms", "gg", "sg", "sc",
|
"sms",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define VERSION "T2"
|
#define VERSION "T3"
|
Binary file not shown.
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 618 KiB |
Binary file not shown.
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 618 KiB |
Loading…
Add table
Add a link
Reference in a new issue