libretro / cannonball

Cannonball: An Enhanced OutRun Engine
http://reassembler.blogspot.com
7 stars 17 forks source link

Move save files to frontend save directory #31

Closed jdgleaver closed 2 years ago

jdgleaver commented 2 years ago

At present, the core writes its high score save files to the current working directory (i.e. the directory containing the RetroArch executable, or the directory from where the executable was run). This is clearly inappropriate. This PR moves the high score files to the frontend save directory (or the ROM directory itself if no save directory is defined).