mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Qt: Add msvc support
This commit is contained in:
parent
16c6a19190
commit
ae3a5ce9e3
12 changed files with 363 additions and 37 deletions
|
@ -14,7 +14,7 @@
|
|||
static bool IsOsSupported()
|
||||
{
|
||||
#ifdef Q_OS_OSX
|
||||
return QSysInfo::MacVersion >= QSysInfo::MV_10_7;
|
||||
return QSysInfo::MacintoshVersion >= QSysInfo::MV_10_7;
|
||||
#elif defined(Q_OS_WIN)
|
||||
return (QSysInfo::WindowsVersion & QSysInfo::WV_NT_based) >= QSysInfo::WV_VISTA;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue