mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 12:07:53 +00:00
core: hle: kernel: KEvent: Pass in owner KProcess on event creation.
- This is necessary to ensure resource limits are freed from the right process.
This commit is contained in:
parent
fe48c772e9
commit
64ae76bff6
4 changed files with 8 additions and 12 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
explicit KEvent(KernelCore& kernel_);
|
||||
~KEvent() override;
|
||||
|
||||
void Initialize(std::string&& name);
|
||||
void Initialize(std::string&& name, KProcess* owner_);
|
||||
|
||||
void Finalize() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue