Implemented some stubs for Health & Safety and corrected GetGroupInfo behavior

This commit is contained in:
niansa
2024-03-10 02:26:03 +01:00
committed by JuanCStar
parent 796ca02437
commit 2ba2db7795
10 changed files with 47 additions and 7 deletions

View File

@@ -507,7 +507,7 @@ void IGeneralService::GetCurrentIpConfigInfo(HLERequestContext& ctx) {
}
void IGeneralService::IsWirelessCommunicationEnabled(HLERequestContext& ctx) {
LOG_WARNING(Service_NIFM, "(STUBBED) called");
LOG_WARNING(Service_NIFM, "called");
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(ResultSuccess);