mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 04:17:55 -05:00
hle: kernel: Implement CloneCurrentObject and improve session management.
This commit is contained in:
@ -66,6 +66,10 @@ public:
|
||||
return port;
|
||||
}
|
||||
|
||||
KClientPort* GetParent() {
|
||||
return port;
|
||||
}
|
||||
|
||||
private:
|
||||
enum class State : u8 {
|
||||
Invalid = 0,
|
||||
|
Reference in New Issue
Block a user