mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-05-01 14:17:57 +03:00
Kernel: Remove g_program_id
This has been obsoleted by the field in Process.
This commit is contained in:
parent
6d60acf0f1
commit
a5eba2f984
6 changed files with 3 additions and 21 deletions
|
@ -131,7 +131,6 @@ ResultStatus LoadFile(const std::string& filename) {
|
|||
|
||||
// Load application and RomFS
|
||||
if (ResultStatus::Success == app_loader.Load()) {
|
||||
Kernel::g_program_id = app_loader.GetProgramId();
|
||||
Service::FS::RegisterArchiveType(Common::make_unique<FileSys::ArchiveFactory_RomFS>(app_loader), Service::FS::ArchiveIdCode::RomFS);
|
||||
return ResultStatus::Success;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue