early-access version 1893

This commit is contained in:
pineappleEA
2021-07-20 04:18:45 +02:00
parent aa72fecca3
commit 4c75967a9d
8 changed files with 39 additions and 52 deletions

View File

@@ -51,7 +51,7 @@ if (NOT LIBUSB_FOUND OR YUZU_USE_BUNDLED_LIBUSB)
endif()
# SDL2
if (NOT SDL2_FOUND AND ENABLE_SDL2)
if (YUZU_USE_EXTERNAL_SDL2)
if (NOT WIN32)
# Yuzu itself needs: Events Joystick Haptic Sensor Timers Audio
# Yuzu-cmd also needs: Video (depends on Loadso/Dlopen)