mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-14 17:40:05 +00:00
Update Xbyak from 6.68 to 7.05.1
Xbyak hasn't been updated for 2 years and it seemed important to me to do so. The new version fixes many problems.
This commit is contained in:
parent
1bec420695
commit
e3cc4b290e
@ -319,7 +319,7 @@ if (ENABLE_LIBUSB)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)
|
if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)
|
||||||
find_package(xbyak 6 CONFIG)
|
find_package(xbyak 7 CONFIG)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ARCHITECTURE_arm64)
|
if (ARCHITECTURE_arm64)
|
||||||
|
2
externals/xbyak
vendored
2
externals/xbyak
vendored
@ -1 +1 @@
|
|||||||
Subproject commit a1ac3750f9a639b5a6c6d6c7da4259b8d6790989
|
Subproject commit 9c0f5d3ecb06d2c93c2b59becb9b3b763213e74e
|
Loading…
Reference in New Issue
Block a user