mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
hle: kernel: Implement CloneCurrentObject and improve session management.
This commit is contained in:
parent
7b1c7a5e6a
commit
6e3c9d2b06
13 changed files with 184 additions and 99 deletions
|
@ -66,6 +66,10 @@ public:
|
|||
return port;
|
||||
}
|
||||
|
||||
KClientPort* GetParent() {
|
||||
return port;
|
||||
}
|
||||
|
||||
private:
|
||||
enum class State : u8 {
|
||||
Invalid = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue