- moved Handle/Result definitions to kernel.h
- added ResetType enum
This commit is contained in:
parent
8fba88d5d5
commit
772abad778
6 changed files with 19 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue