Files
dolphin/Source/Core/Common
Dentomologist 6b2a8eff15 AudioPane: Fix WASAPI default device combo selection
Set the default value of `Config::MAIN_WASAPI_DEVICE` to `default`
instead of `Default`. This fixes an issue where `AudioPane`'s `Output
Device` combo would be blank if `WASAPI` was selected and the user had
never changed the value of `Output Device`.

We don't have to worry about backward compatibility with users who have
`Default` in their config because config values aren't written unless
they've been changed at some point from the default, and the combo has
always saved `default` instead of `Default`.

Audio still worked during emulation in this situation because the
fallback for an unrecognized device name is the default device.

To help prevent similar situations in the future references to
`MAIN_WASAPI_DEVICE`'s default value now call `GetDefaultValue` instead
of hardcoding the expected default, or use the new helper function
`Config::IsDefaultValue`.
2026-03-21 15:07:42 -07:00
..
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-02-15 20:14:14 -06:00
2023-06-29 02:35:44 -05:00
2022-01-02 14:39:34 -08:00
2024-07-23 14:06:21 -07:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-02-15 20:14:14 -06:00
2026-01-25 16:12:15 +01:00
2023-11-03 16:15:04 +01:00
2023-11-03 16:15:04 +01:00
2022-01-02 15:36:47 -08:00
2025-04-21 21:57:49 +02:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2025-07-12 12:47:30 +02:00
2026-02-15 20:14:14 -06:00
2026-02-15 20:14:14 -06:00
2026-01-25 16:12:15 +01:00
2023-09-21 01:19:23 +02:00
2023-09-21 01:19:23 +02:00
2023-12-01 19:52:21 +01:00
2026-01-25 16:12:15 +01:00
2025-03-11 19:48:45 -04:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2024-08-20 14:59:54 +02:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2025-03-29 15:05:02 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2025-02-25 06:42:13 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2025-12-15 13:41:54 +01:00
2026-02-04 21:35:22 +01:00
2026-01-25 16:12:15 +01:00
2023-02-28 20:29:46 +01:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2025-03-11 19:48:45 -04:00
2026-01-25 16:12:15 +01:00
2025-04-21 21:57:49 +02:00
2025-03-11 19:48:45 -04:00
2025-03-11 19:48:45 -04:00
2026-01-25 16:12:15 +01:00
2026-01-25 16:12:15 +01:00
2025-09-02 22:15:16 +02:00