mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-10 02:30:12 +01:00
Rollback audio backend priority
This commit is contained in:
parent
a11d76249d
commit
cc430769c6
|
|
@ -88,14 +88,14 @@ enum class audio_renderer
|
|||
null,
|
||||
#ifdef _WIN32
|
||||
xaudio,
|
||||
#endif
|
||||
#ifdef HAVE_ALSA
|
||||
alsa,
|
||||
#endif
|
||||
openal,
|
||||
#ifdef HAVE_PULSE
|
||||
pulse,
|
||||
#endif
|
||||
#ifdef HAVE_ALSA
|
||||
alsa,
|
||||
#endif
|
||||
};
|
||||
|
||||
enum class camera_handler
|
||||
|
|
|
|||
Loading…
Reference in a new issue