summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_romfs.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-15 08:03:17 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-16 04:08:43 +0100
commit0931a42af0c0666dd9fbc20484b399c0e1ad3361 (patch)
tree2d01160a592318c8bcfcba46b21fee90216c09e1 /src/core/file_sys/file_romfs.h
parentService.FS: Rename FileSys::Directory to DirectoryBackend (diff)
downloadyuzu-0931a42af0c0666dd9fbc20484b399c0e1ad3361.tar
yuzu-0931a42af0c0666dd9fbc20484b399c0e1ad3361.tar.gz
yuzu-0931a42af0c0666dd9fbc20484b399c0e1ad3361.tar.bz2
yuzu-0931a42af0c0666dd9fbc20484b399c0e1ad3361.tar.lz
yuzu-0931a42af0c0666dd9fbc20484b399c0e1ad3361.tar.xz
yuzu-0931a42af0c0666dd9fbc20484b399c0e1ad3361.tar.zst
yuzu-0931a42af0c0666dd9fbc20484b399c0e1ad3361.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/file_romfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/file_sys/file_romfs.h b/src/core/file_sys/file_romfs.h
index 5196701d3..4ddaafe21 100644
--- a/src/core/file_sys/file_romfs.h
+++ b/src/core/file_sys/file_romfs.h
@@ -6,7 +6,7 @@
#include "common/common_types.h"
-#include "core/file_sys/file.h"
+#include "core/file_sys/file_backend.h"
#include "core/loader/loader.h"
////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -14,7 +14,7 @@
namespace FileSys {
-class File_RomFS final : public File {
+class File_RomFS final : public FileBackend {
public:
File_RomFS();
~File_RomFS() override;