mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 09:32:40 +00:00
Kernel: Add methods in HLERequestContext abstracting handle creation
This commit is contained in:
@@ -80,6 +80,9 @@ public:
|
||||
return session;
|
||||
}
|
||||
|
||||
SharedPtr<Object> GetIncomingHandle(Handle id_from_cmdbuf) const;
|
||||
Handle AddOutgoingHandle(SharedPtr<Object> object);
|
||||
|
||||
private:
|
||||
friend class Service::ServiceFrameworkBase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user