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