From 097e340d407fad474dfdc4328e1d5a4f04db25b4 Mon Sep 17 00:00:00 2001 From: Belal Ashraf Date: Wed, 10 Apr 2024 17:45:33 +0200 Subject: [PATCH] fix wrong function name --- src/core/hle/service/pctl/parental_control_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/pctl/parental_control_service.cpp b/src/core/hle/service/pctl/parental_control_service.cpp index 664d9c1fd8..466a6cc373 100644 --- a/src/core/hle/service/pctl/parental_control_service.cpp +++ b/src/core/hle/service/pctl/parental_control_service.cpp @@ -105,7 +105,7 @@ IParentalControlService::IParentalControlService(Core::System& system_, Capabili {1954, nullptr, "IsBedtimeAlarmEnabled"}, // 18.0.0+ {1955, nullptr, "GetBedtimeAlarmTime"}, // 18.0.0+ {1956, nullptr, "GetBedtimeAlarmTimeHour"}, // 18.0.0+ - {1967, nullptr, "GetBedtimeAlarmMinute"}, // 18.0.0+ + {1967, nullptr, "GetBedtimeAlarmTimeMinute"}, // 18.0.0+ {2001, nullptr, "RequestPairingAsync"}, {2002, nullptr, "FinishRequestPairing"}, {2003, nullptr, "AuthorizePairingAsync"},