Restore Dolphin-Specific SoundTouch modifications

This commit is contained in:
get
2023-03-31 20:11:13 -05:00
parent 4e3a366b2d
commit 0e7e8d26f0
3 changed files with 26 additions and 26 deletions

View File

@ -44,6 +44,8 @@
#define SUPPORT_SSE 0x0008
#define SUPPORT_SSE2 0x0010
using namespace soundtouch;
/// Checks which instruction set extensions are supported by the CPU.
///
/// \return A bitmask of supported extensions, see SUPPORT_... defines.