summaryrefslogtreecommitdiff
path: root/src/video_core/macro
diff options
context:
space:
mode:
authorGravatar Merry2021-08-15 16:47:52 +0100
committerGravatar merry2021-08-15 19:26:38 +0100
commit1770503185919d2bfa5940464a7759f2cf837c26 (patch)
tree6d9a866568fe42d7aca451f0e0e23e87adbe3844 /src/video_core/macro
parentMerge pull request #6861 from yzct12345/const-mempy-is-all-the-speed (diff)
downloadyuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar.gz
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar.xz
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.zip
xbyak: Update include path
Diffstat (limited to 'src/video_core/macro')
-rw-r--r--src/video_core/macro/macro_jit_x64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.h b/src/video_core/macro/macro_jit_x64.h
index 7f50ac2f8..d03d480b4 100644
--- a/src/video_core/macro/macro_jit_x64.h
+++ b/src/video_core/macro/macro_jit_x64.h
@@ -6,7 +6,7 @@
6 6
7#include <array> 7#include <array>
8#include <bitset> 8#include <bitset>
9#include <xbyak.h> 9#include <xbyak/xbyak.h>
10#include "common/bit_field.h" 10#include "common/bit_field.h"
11#include "common/common_types.h" 11#include "common/common_types.h"
12#include "common/x64/xbyak_abi.h" 12#include "common/x64/xbyak_abi.h"