mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 11:47:59 -05:00
general: rename CurrentProcess to ApplicationProcess
This commit is contained in:
@ -191,10 +191,10 @@ void CheatEngine::Initialize() {
|
||||
});
|
||||
core_timing.ScheduleLoopingEvent(CHEAT_ENGINE_NS, CHEAT_ENGINE_NS, event);
|
||||
|
||||
metadata.process_id = system.CurrentProcess()->GetProcessID();
|
||||
metadata.title_id = system.GetCurrentProcessProgramID();
|
||||
metadata.process_id = system.ApplicationProcess()->GetProcessID();
|
||||
metadata.title_id = system.GetApplicationProcessProgramID();
|
||||
|
||||
const auto& page_table = system.CurrentProcess()->PageTable();
|
||||
const auto& page_table = system.ApplicationProcess()->PageTable();
|
||||
metadata.heap_extents = {
|
||||
.base = page_table.GetHeapRegionStart(),
|
||||
.size = page_table.GetHeapRegionSize(),
|
||||
|
Reference in New Issue
Block a user