Skip to content

Commit 4bed88a

Browse files
committed
Use the libusb implementation of DreamPicoPort-API on Windows because WinRT is buggy
1 parent 123f4f6 commit 4bed88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ if(NOT LIBRETRO)
460460
target_compile_definitions(${PROJECT_NAME} PRIVATE USE_DREAMLINK_DEVICES=1)
461461
set(USE_DREAMLINK_DEVICES ON) # Must be set before adding core/sdl
462462

463-
if ((WIN32 OR WINDOWS_STORE) AND NOT MINGW)
463+
if (WINDOWS_STORE)
464464
# Use winrt implementation of the DreamPicoPort-API
465465
option(DREAMPICOPORT_WITH_LIBUSB "Use libusb to access DreamPicoPort-API" OFF)
466466
elseif (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")

0 commit comments

Comments
 (0)