diff options
| author | 2023-03-07 16:45:13 -0500 | |
|---|---|---|
| committer | 2023-03-12 22:09:27 -0400 | |
| commit | 9863db9db45339d5cf8f685b316e93660da71b0b (patch) | |
| tree | 32258e70294d126857d41f2182c55e4b3e580fa5 /src/core/memory | |
| parent | kernel: convert KThread to new style (diff) | |
| download | yuzu-9863db9db45339d5cf8f685b316e93660da71b0b.tar.gz yuzu-9863db9db45339d5cf8f685b316e93660da71b0b.tar.xz yuzu-9863db9db45339d5cf8f685b316e93660da71b0b.zip | |
kernel: convert KProcess to new style
Diffstat (limited to 'src/core/memory')
| -rw-r--r-- | src/core/memory/cheat_engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/memory/cheat_engine.cpp b/src/core/memory/cheat_engine.cpp index c2d96bbec..de729955f 100644 --- a/src/core/memory/cheat_engine.cpp +++ b/src/core/memory/cheat_engine.cpp | |||
| @@ -196,7 +196,7 @@ void CheatEngine::Initialize() { | |||
| 196 | }); | 196 | }); |
| 197 | core_timing.ScheduleLoopingEvent(CHEAT_ENGINE_NS, CHEAT_ENGINE_NS, event); | 197 | core_timing.ScheduleLoopingEvent(CHEAT_ENGINE_NS, CHEAT_ENGINE_NS, event); |
| 198 | 198 | ||
| 199 | metadata.process_id = system.ApplicationProcess()->GetProcessID(); | 199 | metadata.process_id = system.ApplicationProcess()->GetProcessId(); |
| 200 | metadata.title_id = system.GetApplicationProcessProgramID(); | 200 | metadata.title_id = system.GetApplicationProcessProgramID(); |
| 201 | 201 | ||
| 202 | const auto& page_table = system.ApplicationProcess()->PageTable(); | 202 | const auto& page_table = system.ApplicationProcess()->PageTable(); |