mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
general: Rename GetTitleID to GetProgramID
This commit is contained in:
parent
0a2f5932e2
commit
10508e7af2
24 changed files with 46 additions and 43 deletions
|
@ -247,7 +247,7 @@ public:
|
|||
return;
|
||||
}
|
||||
|
||||
if (system.CurrentProcess()->GetTitleID() != header.application_id) {
|
||||
if (system.CurrentProcess()->GetProgramID() != header.application_id) {
|
||||
LOG_ERROR(Service_LDR,
|
||||
"Attempting to load NRR with title ID other than current process. (actual "
|
||||
"{:016X})!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue