mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 18:47:52 +00:00
Merge pull request #3094 from lioncash/tables
service: Update function tables
This commit is contained in:
commit
e8dd602a77
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