diff options
Diffstat (limited to 'src/core/loader/loader.cpp')
| -rw-r--r-- | src/core/loader/loader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/loader/loader.cpp b/src/core/loader/loader.cpp index 97525fbeb..2718e88c1 100644 --- a/src/core/loader/loader.cpp +++ b/src/core/loader/loader.cpp | |||
| @@ -131,7 +131,6 @@ ResultStatus LoadFile(const std::string& filename) { | |||
| 131 | 131 | ||
| 132 | // Load application and RomFS | 132 | // Load application and RomFS |
| 133 | if (ResultStatus::Success == app_loader.Load()) { | 133 | if (ResultStatus::Success == app_loader.Load()) { |
| 134 | Kernel::g_program_id = app_loader.GetProgramId(); | ||
| 135 | Service::FS::RegisterArchiveType(Common::make_unique<FileSys::ArchiveFactory_RomFS>(app_loader), Service::FS::ArchiveIdCode::RomFS); | 134 | Service::FS::RegisterArchiveType(Common::make_unique<FileSys::ArchiveFactory_RomFS>(app_loader), Service::FS::ArchiveIdCode::RomFS); |
| 136 | return ResultStatus::Success; | 135 | return ResultStatus::Success; |
| 137 | } | 136 | } |