mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 19:00:35 +00:00
Fix: core will not crash anymore if RETRO_GET_SAVE_DIRECTORY is not defined
This commit is contained in:
parent
e612894959
commit
b263b07c9d
@ -413,7 +413,6 @@ void retro_init()
|
||||
/* TODO: Add proper fallback */
|
||||
if (log_cb)
|
||||
log_cb(RETRO_LOG_WARN, "SRAM directory is not defined. Fallback on using SYSTEM directory ...\n");
|
||||
failed_init = true;
|
||||
retro_save_directory = retro_base_directory;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user