libretro: writable save files

This commit is contained in:
softtwo 2019-06-23 18:56:29 -05:00 committed by Stephen Anthony
parent 8e425e7297
commit ffe63992fc
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ bool FilesystemNodeLIBRETRO::isReadable() const
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bool FilesystemNodeLIBRETRO::isWritable() const
{
return false;
return true;
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -