1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-07 13:22:06 -06:00

Port changes from Early Access

This commit is contained in:
niansa
2024-03-08 22:44:03 +00:00
committed by Crimson Hawk
parent 27b3044879
commit 362f2047b4
126 changed files with 14729 additions and 1754 deletions

View File

@@ -319,7 +319,7 @@ if (ENABLE_LIBUSB)
endif()
if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)
find_package(xbyak 6 CONFIG)
find_package(xbyak 7 CONFIG)
endif()
if (ARCHITECTURE_arm64)