mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 09:07:57 -05:00
general: Rename GetTitleID to GetProgramID
This commit is contained in:
@ -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})!",
|
||||
|
Reference in New Issue
Block a user