early-access version 3397

This commit is contained in:
pineappleEA
2023-02-13 23:06:42 +01:00
parent fa3f443acc
commit f597da9384
73 changed files with 328 additions and 293 deletions

View File

@@ -353,9 +353,9 @@ public:
return;
}
// Fetch using the handle table for the current process here,
// Fetch using the handle table for the application process here,
// since we are not multiprocess yet.
const auto& handle_table{system.CurrentProcess()->GetHandleTable()};
const auto& handle_table{system.ApplicationProcess()->GetHandleTable()};
auto process{handle_table.GetObject<Kernel::KProcess>(process_handle)};
if (process.IsNull()) {