added a stub for GetLockHandle
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user