summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_audio.cpp
AgeCommit message (Expand)Author
2024-12-31chore: update project branding to citronZephyron
2024-01-31settings: Allow audio sink, input, and output to be set per gamet895
2023-11-10yuzu: Save mute when in background settingNarr the Reg
2023-10-03yuzu: Fix mute when in background settingNarr the Reg
2023-07-22configure_audio/cpu: Sort settingslat9nq
2023-07-21qt/configuration: Use deleteLaterlat9nq
2023-07-21common,qt-config: Remove usage of forward_listlat9nq
2023-07-21settings,configuration: Add a default suffixlat9nq
2023-07-21configuration: Use specialization of settingslat9nq
2023-07-21configuration: Use a builder to create widgetslat9nq
2023-07-21common,yuzu-qt: GCC warning silenceslat9nq
2023-07-21configuration: Use shorter constructor as neededlat9nq
2023-07-21FIXME configuration: Avoid unnecessary allocationslat9nq
2023-07-21configuration: Document odd widget caseslat9nq
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-21configuration: Clean up includes a bitlat9nq
2023-07-21configuration: Use a mapping of setting value to namelat9nq
2023-07-21configure_audio: Implement ui generationlat9nq
2023-07-21configuration: Add base class to tabslat9nq
2023-03-13configure_audio: Fix output mode setting not savingMorph
2023-03-11yuzu: Move audio settings to audio sectiongerman77
2022-10-09Choose the SDL audio backend when Cubeb reports too high of a latencyKelebek1
2022-07-22Project AndioKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20yuzu: Reduce unused includesameerj
2021-10-07configuration: Add const qualifier where ablelat9nq
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-09-15remove-audio-stretching-settingMoonlacer
2021-07-16configure_audio: Fix volume clamping to 0Morph
2021-07-08configure_audio: Use u8 for volume valueameerj
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-05-16configuration: Add CPU tab to game propertieslat9nq
2021-05-15configuration: Simplify applying per-game settingslat9nq
2021-04-14common: Move settings to common from core.bunnei
2020-11-04core/settings: Move configuring_global behind an APILioncash
2020-08-14configuration_shared: Simplify name lookup in highlighting functionsLioncash
2020-07-19configuration: Use forward declares and remove extraneous structslat9nq
2020-07-19clang-formatlat9nq
2020-07-19configuration_shared: Break up tracker structs to respective classeslat9nq
2020-07-19configure_audio: Implement highlighted overrideslat9nq
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2019-06-05yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash
2019-06-05yuzu/configuration: Make function naming consistentLioncash
2019-05-19yuzu/configuration/configure_audio: Store power on query into a variableLioncash
2019-05-19yuzu/configuration/configure_audio: Tidy up function castLioncash
2019-05-19yuzu/configuration/configure_audio: Specify string conversions explicitlyLioncash
2018-12-13audio_core: Make g_sink_details internally linkedLioncash
2018-10-02configure_audio: Move combo box index setting to their own functionsLioncash
2018-10-02configure_audio: Use QString::fromStdString() for converting audio device namesLioncash
2018-10-02configure_audio: Add disambiguation comment for the volume percentage stringLioncash