mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
Rollback audio backend priority
This commit is contained in:
parent
a11d76249d
commit
cc430769c6
1 changed files with 3 additions and 3 deletions
|
@ -88,14 +88,14 @@ enum class audio_renderer
|
||||||
null,
|
null,
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
xaudio,
|
xaudio,
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_ALSA
|
||||||
|
alsa,
|
||||||
#endif
|
#endif
|
||||||
openal,
|
openal,
|
||||||
#ifdef HAVE_PULSE
|
#ifdef HAVE_PULSE
|
||||||
pulse,
|
pulse,
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_ALSA
|
|
||||||
alsa,
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class camera_handler
|
enum class camera_handler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue