mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 00:28:02 -05: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