mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 11:57:57 -05:00
- moved Handle/Result definitions to kernel.h
- added ResetType enum
This commit is contained in:
@ -23,7 +23,7 @@ void GetProcSemaphore(Service::Interface* self) {
|
||||
}
|
||||
|
||||
void GetServiceHandle(Service::Interface* self) {
|
||||
Syscall::Result res = 0;
|
||||
Result res = 0;
|
||||
u32* cmd_buff = Service::GetCommandBuffer();
|
||||
|
||||
std::string port_name = std::string((const char*)&cmd_buff[1], 0, Service::kMaxPortSize);
|
||||
|
Reference in New Issue
Block a user