- moved Handle/Result definitions to kernel.h

- added ResetType enum
This commit is contained in:
bunnei 2014-05-18 18:12:29 -04:00
parent 8fba88d5d5
commit 772abad778
6 changed files with 19 additions and 14 deletions

View file

@ -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);