mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-07 14:01:02 +02:00
removed mac hydra support
This commit is contained in:
parent
a48cce2975
commit
f495f5e3b5
1 changed files with 1 additions and 7 deletions
|
@ -66,14 +66,8 @@ const QString SHOW_DEBUG_RAW = "Debug Draw Raw Data";
|
||||||
const QString SHOW_DEBUG_CALIBRATED = "Debug Draw Calibrated Data";
|
const QString SHOW_DEBUG_CALIBRATED = "Debug Draw Calibrated Data";
|
||||||
|
|
||||||
bool SixenseManager::isSupported() const {
|
bool SixenseManager::isSupported() const {
|
||||||
#ifdef HAVE_SIXENSE
|
#if defined(HAVE_SIXENSE) && !defined(Q_OS_OSX)
|
||||||
|
|
||||||
#if defined(Q_OS_OSX)
|
|
||||||
return QSysInfo::macVersion() <= QSysInfo::MV_MAVERICKS;
|
|
||||||
#else
|
|
||||||
return true;
|
return true;
|
||||||
#endif
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue