mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 04:52:44 +01:00
fix wrong function name
This commit is contained in:
parent
aebf13752e
commit
097e340d40
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue