Skip to content
Snippets Groups Projects
Commit ae93addd authored by bunnei's avatar bunnei
Browse files

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

parent 7122c469
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ Handle g_event_handle = 0; ...@@ -16,6 +16,10 @@ Handle g_event_handle = 0;
void Initialize(Service::Interface* self) { void Initialize(Service::Interface* self) {
DEBUG_LOG(OSHLE, "called"); DEBUG_LOG(OSHLE, "called");
u32* cmd_buff = Service::GetCommandBuffer();
cmd_buff[1] = 0; // No error
} }
void GetProcSemaphore(Service::Interface* self) { void GetProcSemaphore(Service::Interface* self) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment