Merge 36aa6b41fc into 0eff775264
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user