Services which are not implemented now throw UNIMPLEMENTED()

This commit is contained in:
David Marcec
2018-01-19 14:30:18 -08:00
parent 8b2fd0bf42
commit ed3b0fc9ea

View File

@@ -103,6 +103,7 @@ void SM::GetService(Kernel::HLERequestContext& ctx) {
rb.Push(client_port.Code());
LOG_ERROR(Service_SM, "called service=%s -> error 0x%08X", name.c_str(),
client_port.Code().raw);
UNIMPLEMENTED();
return;
}