general: Rename GetTitleID to GetProgramID
This commit is contained in:
parent
0a2f5932e2
commit
10508e7af2
24 changed files with 46 additions and 43 deletions
|
@ -192,7 +192,7 @@ void CheatEngine::Initialize() {
|
|||
core_timing.ScheduleEvent(CHEAT_ENGINE_NS, event);
|
||||
|
||||
metadata.process_id = system.CurrentProcess()->GetProcessID();
|
||||
metadata.title_id = system.CurrentProcess()->GetTitleID();
|
||||
metadata.title_id = system.CurrentProcess()->GetProgramID();
|
||||
|
||||
const auto& page_table = system.CurrentProcess()->PageTable();
|
||||
metadata.heap_extents = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue