We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123f4f6 commit 4bed88aCopy full SHA for 4bed88a
CMakeLists.txt
@@ -460,7 +460,7 @@ if(NOT LIBRETRO)
460
target_compile_definitions(${PROJECT_NAME} PRIVATE USE_DREAMLINK_DEVICES=1)
461
set(USE_DREAMLINK_DEVICES ON) # Must be set before adding core/sdl
462
463
- if ((WIN32 OR WINDOWS_STORE) AND NOT MINGW)
+ if (WINDOWS_STORE)
464
# Use winrt implementation of the DreamPicoPort-API
465
option(DREAMPICOPORT_WITH_LIBUSB "Use libusb to access DreamPicoPort-API" OFF)
466
elseif (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
0 commit comments