mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-25 10:47:55 -05:00
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
This commit is contained in:
@ -26,12 +26,6 @@ public:
|
||||
return "srv:";
|
||||
}
|
||||
|
||||
/**
|
||||
* Called when svcSendSyncRequest is called, loads command buffer and executes comand
|
||||
* @return Return result of svcSendSyncRequest passed back to user app
|
||||
*/
|
||||
Result Sync();
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user