forked from eden-emu/eden
hle: kernel: Migrate KSharedMemory to KAutoObject.
This commit is contained in:
parent
7a6bfbde24
commit
11f9080d2e
16 changed files with 128 additions and 114 deletions
|
@ -74,7 +74,7 @@ public:
|
|||
* @return The created Handle or one of the following errors:
|
||||
* - `ERR_HANDLE_TABLE_FULL`: the maximum number of handles has been exceeded.
|
||||
*/
|
||||
ResultVal<Handle> Create(std::shared_ptr<Object> obj);
|
||||
ResultVal<Handle> Create(Object* obj);
|
||||
|
||||
/**
|
||||
* Returns a new handle that points to the same object as the passed in handle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue