mirror of
https://github.com/libretro/desmume.git
synced 2025-02-17 06:37:32 +00:00
Fix SRAM not being saved.
This commit is contained in:
parent
cf0fcc6ea4
commit
58c08d6ff5
@ -626,6 +626,9 @@ static int rom_init_path(const char *filename, const char *physicalName, const c
|
||||
u32 type = ROM_NDS;
|
||||
|
||||
path.init(logicalFilename? logicalFilename : filename);
|
||||
#ifdef __LIBRETRO__
|
||||
path.ReadPathSettings();
|
||||
#endif
|
||||
|
||||
if (!strcasecmp(path.extension().c_str(),"zip")
|
||||
|| !strcasecmp(path.extension().c_str(),"gz")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user