summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audctl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-17service: audio: Rewrite IAudioController to new IPCNarr the Reg1-201/+0
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg1-2/+2
2024-01-28service: set: Implement more Qlaunch Settingsgerman771-10/+74
2023-08-06service: audctl: Stub functions needed by Qlaunchgerman771-4/+42
2023-03-01service: move hle_ipc from kernelLiam1-3/+3
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2022-10-19Update audio_core for firmware 15.0.0Kelebek11-0/+16
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-21service/audio: Update audctl unknown function namesLioncash1-8/+8
2021-09-27service/audio: Update to 13.0.0german771-0/+8
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+1
2020-04-20service: Update function tablesLioncash1-0/+2
2019-11-12service: Update function tablesLioncash1-0/+1
2019-04-28service/audctl: Update documentation comments to be relative to 8.0.0Lioncash1-2/+2
2019-04-18service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax()Lioncash1-2/+28
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-01service/audio: Add missing servicesLioncash1-0/+45