summaryrefslogtreecommitdiffstats
path: root/src/common/x64/xbyak_util.h
diff options
context:
space:
mode:
authorMerry <git@mary.rs>2021-08-15 17:47:52 +0200
committermerry <MerryMage@users.noreply.github.com>2021-08-15 20:26:38 +0200
commit1770503185919d2bfa5940464a7759f2cf837c26 (patch)
tree6d9a866568fe42d7aca451f0e0e23e87adbe3844 /src/common/x64/xbyak_util.h
parentMerge pull request #6861 from yzct12345/const-mempy-is-all-the-speed (diff)
downloadyuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar.gz
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar.bz2
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar.lz
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar.xz
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.tar.zst
yuzu-1770503185919d2bfa5940464a7759f2cf837c26.zip
Diffstat (limited to 'src/common/x64/xbyak_util.h')
-rw-r--r--src/common/x64/xbyak_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/x64/xbyak_util.h b/src/common/x64/xbyak_util.h
index df17f8cbe..44d2558f1 100644
--- a/src/common/x64/xbyak_util.h
+++ b/src/common/x64/xbyak_util.h
@@ -5,7 +5,7 @@
#pragma once
#include <type_traits>
-#include <xbyak.h>
+#include <xbyak/xbyak.h>
#include "common/x64/xbyak_abi.h"
namespace Common::X64 {