libretro / libretro-2048

Port of 2048 puzzle game to the libretro API. http://gabrielecirulli.github.io/2048/
The Unlicense
17 stars 30 forks source link

Highscore is not saved #2

Closed mac1202 closed 10 years ago

mac1202 commented 10 years ago

Hi, when you quit retroarch and launch it again the highscore is reset to 0.

heuripedes commented 10 years ago

This has been implemented but requires you to set a path to the save files in RetroArch's path settings (for now).

orbea commented 7 years ago

@heuripedes It currently ignores the path for save files and uses the path of the core. This is a problem for distros that provide cores in read-only paths... See https://github.com/libretro/libretro-2048/issues/4#issuecomment-273378876. Is there anything that can be done to remedy this?