diff options
author | bunnei <bunneidev@gmail.com> | 2021-08-19 15:53:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 15:53:14 -0700 |
commit | 455e28790a5e3d620fd45899fd1194a968c8da05 (patch) | |
tree | 5217bf7a0485f1c07ac0d0fd2843c3a868633ab3 /src/common/x64/xbyak_util.h | |
parent | 519978ce704606a6e56954f8eee90fdf88824185 (diff) | |
parent | af6290ed1252a75f312fd866f33eaeccfbd5d6d5 (diff) |
Merge pull request #6877 from MerryMage/dyn-ignore-asserts
dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTS
Diffstat (limited to 'src/common/x64/xbyak_util.h')
-rw-r--r-- | src/common/x64/xbyak_util.h | 2 |
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 { |