srv::Initialize: Return "success" status code.

This commit is contained in:
bunnei 2014-08-26 18:24:40 -04:00
parent 1a7bbe2569
commit fb908b9395

View File

@ -16,6 +16,10 @@ Handle g_event_handle = 0;
void Initialize(Service::Interface* self) {
DEBUG_LOG(OSHLE, "called");
u32* cmd_buff = Service::GetCommandBuffer();
cmd_buff[1] = 0; // No error
}
void GetProcSemaphore(Service::Interface* self) {