bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.64k stars 154 forks source link

Reorder optimal audio drivers #219

Closed ghisvail closed 2 years ago

ghisvail commented 2 years ago

Same order as defined in ares, which favor pulseaudio over ALSA.

ghisvail commented 2 years ago

Keep in mind that bsnes will still load safestDriver over optimalDriver by default, so the current behavior on first launch will not change. This PR will help downstream distributions of bsnes, such as Linux distributions or Flatpak, start the app with more appropriate defaults by only patching safestDriver to optimalDriver.