mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 23:37:54 -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