hle: kernel: Implement CloneCurrentObject and improve session management.

This commit is contained in:
bunnei 2021-05-15 23:49:03 -07:00
parent 7b1c7a5e6a
commit 6e3c9d2b06
13 changed files with 184 additions and 99 deletions

View file

@ -66,6 +66,10 @@ public:
return port;
}
KClientPort* GetParent() {
return port;
}
private:
enum class State : u8 {
Invalid = 0,