mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 14:27:57 -05: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