mirror of https://github.com/stella-emu/stella.git
libretro: writable save files
This commit is contained in:
parent
8e425e7297
commit
ffe63992fc
|
@ -46,7 +46,7 @@ bool FilesystemNodeLIBRETRO::isReadable() const
|
|||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
bool FilesystemNodeLIBRETRO::isWritable() const
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue