diff options
Diffstat (limited to 'src/core/loader/nro.cpp')
| -rw-r--r-- | src/core/loader/nro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nro.cpp b/src/core/loader/nro.cpp index 6864a1926..ac730f8a3 100644 --- a/src/core/loader/nro.cpp +++ b/src/core/loader/nro.cpp | |||
| @@ -45,7 +45,7 @@ struct ModHeader { | |||
| 45 | }; | 45 | }; |
| 46 | static_assert(sizeof(ModHeader) == 0x1c, "ModHeader has incorrect size."); | 46 | static_assert(sizeof(ModHeader) == 0x1c, "ModHeader has incorrect size."); |
| 47 | 47 | ||
| 48 | FileType AppLoader_NRO::IdentifyType(FileUtil::IOFile& file) { | 48 | FileType AppLoader_NRO::IdentifyType(FileUtil::IOFile& file, const std::string&) { |
| 49 | // Read NSO header | 49 | // Read NSO header |
| 50 | NroHeader nro_header{}; | 50 | NroHeader nro_header{}; |
| 51 | file.Seek(0, SEEK_SET); | 51 | file.Seek(0, SEEK_SET); |