diff options
| author | 2014-07-04 13:20:40 -0400 | |
|---|---|---|
| committer | 2014-07-04 20:37:49 -0400 | |
| commit | 2d734bb6c5cf1a428f8ce2a6d13955ee4ff872eb (patch) | |
| tree | 8fc91d7e292cb9699d6986738fa5970abc25c39a /src/core/file_sys | |
| parent | Loader: Updated read methods to be const (diff) | |
| download | yuzu-2d734bb6c5cf1a428f8ce2a6d13955ee4ff872eb.tar.gz yuzu-2d734bb6c5cf1a428f8ce2a6d13955ee4ff872eb.tar.xz yuzu-2d734bb6c5cf1a428f8ce2a6d13955ee4ff872eb.zip | |
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/archive_romfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_romfs.h b/src/core/file_sys/archive_romfs.h index 5ef4fed50..e5664ba16 100644 --- a/src/core/file_sys/archive_romfs.h +++ b/src/core/file_sys/archive_romfs.h | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | namespace FileSys { | 17 | namespace FileSys { |
| 18 | 18 | ||
| 19 | /// File system interface to the RomFS archive | 19 | /// File system interface to the RomFS archive |
| 20 | class Archive_RomFS : public Archive { | 20 | class Archive_RomFS final : public Archive { |
| 21 | public: | 21 | public: |
| 22 | Archive_RomFS(const Loader::AppLoader& app_loader); | 22 | Archive_RomFS(const Loader::AppLoader& app_loader); |
| 23 | ~Archive_RomFS(); | 23 | ~Archive_RomFS(); |