kernel: convert KProcess to new style
This commit is contained in:
parent
6bfb4c8f71
commit
9863db9db4
10 changed files with 254 additions and 240 deletions
|
@ -196,7 +196,7 @@ void CheatEngine::Initialize() {
|
|||
});
|
||||
core_timing.ScheduleLoopingEvent(CHEAT_ENGINE_NS, CHEAT_ENGINE_NS, event);
|
||||
|
||||
metadata.process_id = system.ApplicationProcess()->GetProcessID();
|
||||
metadata.process_id = system.ApplicationProcess()->GetProcessId();
|
||||
metadata.title_id = system.GetApplicationProcessProgramID();
|
||||
|
||||
const auto& page_table = system.ApplicationProcess()->PageTable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue