From bddad50dd400b31849fbd9486637fa9a2522cf58 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 15 Apr 2018 13:15:18 -0400 Subject: fsp_srv: Implement DeleteFile. - Used by Binding of Isaac. --- src/core/file_sys/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/file_sys/filesystem.h') diff --git a/src/core/file_sys/filesystem.h b/src/core/file_sys/filesystem.h index 399427ca2..beefcfdb2 100644 --- a/src/core/file_sys/filesystem.h +++ b/src/core/file_sys/filesystem.h @@ -97,7 +97,7 @@ public: * @param path Path relative to the archive * @return Result of the operation */ - virtual ResultCode DeleteFile(const Path& path) const = 0; + virtual ResultCode DeleteFile(const std::string& path) const = 0; /** * Create a directory specified by its path -- cgit v1.2.3