added a stub for GetLockHandle

This commit is contained in:
bunnei 2014-04-13 22:59:16 -04:00
parent 9f4d677cdf
commit 18766b9e69
3 changed files with 44 additions and 9 deletions

View file

@ -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();
};