mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 18:22:33 -07:00
general: rename CurrentProcess to ApplicationProcess
This commit is contained in:
@@ -187,7 +187,7 @@ private:
|
||||
|
||||
// TODO(ogniK): Recovery flag initialization for pctl:r
|
||||
|
||||
const auto tid = system.GetCurrentProcessProgramID();
|
||||
const auto tid = system.GetApplicationProcessProgramID();
|
||||
if (tid != 0) {
|
||||
const FileSys::PatchManager pm{tid, system.GetFileSystemController(),
|
||||
system.GetContentProvider()};
|
||||
|
Reference in New Issue
Block a user