summaryrefslogtreecommitdiff
path: root/src/citra_qt/configure_audio.ui
AgeCommit message (Collapse)Author
2017-04-03citra-qt: Move config dialog code to its own directoryLioncash
2017-01-25SDL: Select audio device (#2403)Kloen Lansfiel
* 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
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage
2016-05-18Config: Audio sink configuration (#1798)Maribel