mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-14 07:09:59 +00:00
Update Xbyak from 6.68 to 7.05.1
I proposed this commit on the original yuzu just before it closed and it was approved. This new version fixes bugs and adds optimizations.
This commit is contained in:
parent
34d8dd557b
commit
8acf9229f5
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
2
externals/xbyak
vendored
2
externals/xbyak
vendored
|
@ -1 +1 @@
|
|||
Subproject commit a1ac3750f9a639b5a6c6d6c7da4259b8d6790989
|
||||
Subproject commit 9c0f5d3ecb06d2c93c2b59becb9b3b763213e74e
|
Loading…
Reference in a new issue