service: Update function tables
Keeps the function tables up to date. Updated based off information from Switchbrew.
This commit is contained in:
parent
8714d40a77
commit
e21b6ff79d
33 changed files with 192 additions and 7 deletions
|
@ -38,6 +38,7 @@ AudCtl::AudCtl() : ServiceFramework{"audctl"} {
|
|||
{24, nullptr, "GetSystemOutputMasterVolume"},
|
||||
{25, nullptr, "GetAudioVolumeDataForPlayReport"},
|
||||
{26, nullptr, "UpdateHeadphoneSettings"},
|
||||
{27, nullptr, "SetVolumeMappingTableForDev"},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue