early-access version 3398

This commit is contained in:
pineappleEA
2023-02-14 02:55:04 +01:00
parent f597da9384
commit 64f91090ad
73 changed files with 292 additions and 315 deletions

View File

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