AudioStream: Add surround expansion via FreeSurround

This commit is contained in:
Stenzek
2024-04-16 16:45:15 +10:00
parent 7932d284f1
commit 0fbc1a3a8a
31 changed files with 1977 additions and 554 deletions

View File

@ -29,10 +29,9 @@ enum class InputSourceType : u32
XInput,
RawInput,
#endif
#ifdef ENABLE_SDL2
#ifndef __ANDROID__
SDL,
#endif
#ifdef __ANDROID__
#else
Android,
#endif
Count,