This commit is contained in:
mailwl
2018-03-17 02:22:07 +00:00
committed by GitHub

View File

@@ -117,6 +117,10 @@ void ServiceFrameworkBase::ReportUnimplementedFunction(Kernel::HLERequestContext
w << '}';
LOG_ERROR(Service, "unknown / unimplemented %s", w.c_str());
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(RESULT_SUCCESS);
UNIMPLEMENTED();
}