mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 22:22:40 +00:00
- moved Handle/Result definitions to kernel.h
- added ResetType enum
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
* Called when svcSendSyncRequest is called, loads command buffer and executes comand
|
||||
* @return Return result of svcSendSyncRequest passed back to user app
|
||||
*/
|
||||
Syscall::Result Sync();
|
||||
Result Sync();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user