From cc430769c619a4ad4dcc18583d49204a77ec784f Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 17 Jan 2019 00:30:34 +0300 Subject: [PATCH] Rollback audio backend priority --- rpcs3/Emu/System.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpcs3/Emu/System.h b/rpcs3/Emu/System.h index 2aa9490593..5f0f06d8e4 100644 --- a/rpcs3/Emu/System.h +++ b/rpcs3/Emu/System.h @@ -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