mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-20 04:42:41 +00: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