diff options
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | dist/yuzu.manifest | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f26a0c6b8..91ec50bef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -477,8 +477,8 @@ if (APPLE) | |||
| 477 | find_library(COCOA_LIBRARY Cocoa) | 477 | find_library(COCOA_LIBRARY Cocoa) |
| 478 | set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY}) | 478 | set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY}) |
| 479 | elseif (WIN32) | 479 | elseif (WIN32) |
| 480 | # WSAPoll and SHGetKnownFolderPath (AppData/Roaming) didn't exist before WinNT 6.x (Vista) | 480 | # Target Windows 10 |
| 481 | add_definitions(-D_WIN32_WINNT=0x0600 -DWINVER=0x0600) | 481 | add_definitions(-D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00) |
| 482 | set(PLATFORM_LIBRARIES winmm ws2_32 iphlpapi) | 482 | set(PLATFORM_LIBRARIES winmm ws2_32 iphlpapi) |
| 483 | if (MINGW) | 483 | if (MINGW) |
| 484 | # PSAPI is the Process Status API | 484 | # PSAPI is the Process Status API |
diff --git a/dist/yuzu.manifest b/dist/yuzu.manifest index 10a8df9b5..f2c8639a2 100644 --- a/dist/yuzu.manifest +++ b/dist/yuzu.manifest | |||
| @@ -36,12 +36,6 @@ SPDX-License-Identifier: GPL-2.0-or-later | |||
| 36 | <application> | 36 | <application> |
| 37 | <!-- Windows 10 --> | 37 | <!-- Windows 10 --> |
| 38 | <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> | 38 | <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> |
| 39 | <!-- Windows 8.1 --> | ||
| 40 | <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> | ||
| 41 | <!-- Windows 8 --> | ||
| 42 | <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> | ||
| 43 | <!-- Windows 7 --> | ||
| 44 | <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> | ||
| 45 | </application> | 39 | </application> |
| 46 | </compatibility> | 40 | </compatibility> |
| 47 | <trustInfo | 41 | <trustInfo |