forked from eden-emu/eden
hle: kernel: Implement CloneCurrentObject and improve session management.
This commit is contained in:
parent
c40e7593f5
commit
7361eac10f
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