summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/configure_audio.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SDL: Select audio device (#2403)Kloen Lansfiel2017-01-261-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+2
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-5/+5
|
* configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage2016-08-311-0/+3
|
* Config: Restore previously selected audio sink option (#1824)James Rowe2016-05-201-3/+3
|
* Config: Audio sink configuration (#1798)Maribel2016-05-191-0/+44