Merge PR 12549

This commit is contained in:
yuzubot
2024-01-03 00:57:33 +00:00
parent 148ad0cf0b
commit b996f07495
34 changed files with 1968 additions and 701 deletions

View File

@@ -25,6 +25,7 @@ void LoopProcess(Core::System& system) {
// TODO: Remove this hack until this service is emulated properly.
const auto process_list = system.Kernel().GetProcessList();
if (!process_list.empty()) {
resouce_manager->Initialize();
resouce_manager->RegisterAppletResourceUserId(process_list[0]->GetId(), true);
}