mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-24 12:41:19 +00:00
general: Rename GetTitleID to GetProgramID
This commit is contained in:
@@ -768,7 +768,7 @@ static ResultCode GetInfo(Core::System& system, u64* result, u64 info_id, Handle
|
||||
return ResultSuccess;
|
||||
|
||||
case GetInfoType::TitleId:
|
||||
*result = process->GetTitleID();
|
||||
*result = process->GetProgramID();
|
||||
return ResultSuccess;
|
||||
|
||||
case GetInfoType::UserExceptionContextAddr:
|
||||
|
||||
Reference in New Issue
Block a user