mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-06 08:47:53 -05:00
general: Rename GetTitleID to GetProgramID
This commit is contained in:
@ -189,7 +189,7 @@ private:
|
||||
|
||||
// TODO(ogniK): Recovery flag initialization for pctl:r
|
||||
|
||||
const auto tid = system.CurrentProcess()->GetTitleID();
|
||||
const auto tid = system.CurrentProcess()->GetProgramID();
|
||||
if (tid != 0) {
|
||||
const FileSys::PatchManager pm{tid, system.GetFileSystemController(),
|
||||
system.GetContentProvider()};
|
||||
|
Reference in New Issue
Block a user