mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
Fixed
svn-id: r9037
This commit is contained in:
parent
20601f33eb
commit
c4a40a749b
@ -173,7 +173,6 @@ FileRef *fopen(const Char *filename, const Char *type) {
|
||||
} else {
|
||||
// if write file :
|
||||
// use only the specified card
|
||||
// FIXME : vfsModeCreate|vfsModeWrite will failed on OS3.5 Clié
|
||||
err = VFSFileDelete(gVars->volRefNum, filename); // delete it if exists
|
||||
err = VFSFileCreate(gVars->volRefNum, filename);
|
||||
openMode = vfsModeWrite;
|
||||
|
Loading…
x
Reference in New Issue
Block a user