mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 00:35:47 +00:00
kernel: use GetCurrentProcess
This commit is contained in:
parent
e24cd10a63
commit
832e1e2ca4
34 changed files with 147 additions and 128 deletions
|
@ -33,6 +33,7 @@ void KSession::Initialize(KClientPort* port_, const std::string& name_) {
|
|||
name = name_;
|
||||
|
||||
// Set our owner process.
|
||||
//! FIXME: this is the wrong process!
|
||||
process = kernel.CurrentProcess();
|
||||
process->Open();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue