Open guoyunhe opened 5 years ago
Related to bug https://github.com/libretro/libretro-2048/issues/4
RetroArch's default save directory is only for roms. So when 2048 want to get save directory, it gets NULL and crash sometimes.
RetroArch should provide a save directory for cores that don't work with ROMs.
RetroArch provides NULL save directory to cores that don't work with ROMs.
You will see:
[2048] unable to save game data: Permission denied.
Game cores, like Craft, 2048, need to be tell the directory they store game data.
@fr500 tagging myself I may want to look at this
Description
Related to bug https://github.com/libretro/libretro-2048/issues/4
RetroArch's default save directory is only for roms. So when 2048 want to get save directory, it gets NULL and crash sometimes.
Expected behavior
RetroArch should provide a save directory for cores that don't work with ROMs.
Actual behavior
RetroArch provides NULL save directory to cores that don't work with ROMs.
Steps to reproduce the bug
You will see:
Game cores, like Craft, 2048, need to be tell the directory they store game data.