mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 08:27:53 -05:00
Merge pull request #3094 from lioncash/tables
service: Update function tables
This commit is contained in:
@ -38,6 +38,7 @@ AudCtl::AudCtl() : ServiceFramework{"audctl"} {
|
||||
{24, nullptr, "GetSystemOutputMasterVolume"},
|
||||
{25, nullptr, "GetAudioVolumeDataForPlayReport"},
|
||||
{26, nullptr, "UpdateHeadphoneSettings"},
|
||||
{27, nullptr, "SetVolumeMappingTableForDev"},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
Reference in New Issue
Block a user