(svn r2775) Deleting a file can fail, display an error message when it happens
This commit is contained in:
2
hal.h
2
hal.h
@@ -87,7 +87,7 @@ char *FiosBrowseTo(const FiosItem *item);
|
||||
// Return path, free space and stringID
|
||||
StringID FiosGetDescText(const char **path, uint32 *tot);
|
||||
// Delete a name
|
||||
void FiosDelete(const char *name);
|
||||
bool FiosDelete(const char *name);
|
||||
// Make a filename from a name
|
||||
void FiosMakeSavegameName(char *buf, const char *name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user