mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 01:32:34 -07: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