kernel: convert KProcess to new style
This commit is contained in:
parent
46d09ae364
commit
b8da5b73b2
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