We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to bug libretro/libretro-2048#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.
The text was updated successfully, but these errors were encountered:
@fr500 tagging myself I may want to look at this
Sorry, something went wrong.
No branches or pull requests
Description
Related to bug libretro/libretro-2048#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.
The text was updated successfully, but these errors were encountered: