mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 02:37:54 -05:00
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