mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 09:17:58 -05:00
general: rename CurrentProcess to ApplicationProcess
This commit is contained in:
@ -34,7 +34,7 @@ void KSession::Initialize(KClientPort* port_, const std::string& name_) {
|
||||
|
||||
// Set our owner process.
|
||||
//! FIXME: this is the wrong process!
|
||||
process = kernel.CurrentProcess();
|
||||
process = kernel.ApplicationProcess();
|
||||
process->Open();
|
||||
|
||||
// Set our port.
|
||||
|
Reference in New Issue
Block a user