mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 21:38:32 -05:00
general: Rename GetTitleID to GetProgramID
This commit is contained in:
@ -26,7 +26,7 @@ std::optional<u64> GetTitleIDForProcessID(const Core::System& system, u64 proces
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
return (*iter)->GetTitleID();
|
||||
return (*iter)->GetProgramID();
|
||||
}
|
||||
} // Anonymous namespace
|
||||
|
||||
|
Reference in New Issue
Block a user