mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Restore Dolphin-Specific SoundTouch modifications
This commit is contained in:
2
Externals/soundtouch/cpu_detect.h
vendored
2
Externals/soundtouch/cpu_detect.h
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user