mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 01:57:56 -05:00
general: Rename GetTitleID to GetProgramID
This commit is contained in:
@ -154,8 +154,8 @@ public:
|
||||
return process_id;
|
||||
}
|
||||
|
||||
/// Gets the title ID corresponding to this process.
|
||||
u64 GetTitleID() const {
|
||||
/// Gets the program ID corresponding to this process.
|
||||
u64 GetProgramID() const {
|
||||
return program_id;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user