mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-05 14:07:51 -05:00
hid: Update service function tables
This commit is contained in:
@ -28,6 +28,8 @@ XCD_SYS::XCD_SYS(Core::System& system_) : ServiceFramework{system_, "xcd:sys"} {
|
||||
{20, nullptr, "StartMifareWrite"},
|
||||
{101, nullptr, "GetAwakeTriggerReasonForLeftRail"},
|
||||
{102, nullptr, "GetAwakeTriggerReasonForRightRail"},
|
||||
{103, nullptr, "GetAwakeTriggerBatteryLevelTransitionForLeftRail"},
|
||||
{104, nullptr, "GetAwakeTriggerBatteryLevelTransitionForRightRail"},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
Reference in New Issue
Block a user