HRTF: Re-enable motion control on newer systems
Motion control, which requires macOS 14.0, was broken completely, ever since the changes made to the code so it could compile on older Xcode versions. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
8394eb4b0b
commit
4f1a794065
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
#if defined(MAC_OS_X_VERSION_14_0) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_14_0
|
||||
#if defined(MAC_OS_VERSION_14_0) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_VERSION_14_0
|
||||
#define MOTION_MANAGER 1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue