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/video_core/macro | |
| 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/video_core/macro')
| -rw-r--r-- | src/video_core/macro/macro_jit_x64.h | 2 |
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 @@ #include <array> #include <bitset> -#include <xbyak.h> +#include <xbyak/xbyak.h> #include "common/bit_field.h" #include "common/common_types.h" #include "common/x64/xbyak_abi.h" |
