added a stub for GetLockHandle
This commit is contained in:
parent
9f4d677cdf
commit
18766b9e69
3 changed files with 44 additions and 9 deletions
|
@ -64,7 +64,13 @@ public:
|
|||
* Called when svcSendSyncRequest is called, loads command buffer and executes comand
|
||||
* @return Return result of svcSendSyncRequest passed back to user app
|
||||
*/
|
||||
virtual Syscall::Result Sync();
|
||||
Syscall::Result Sync();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Syscall::Result GetLockHandle();
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue