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 | |
| 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')
| -rw-r--r-- | src/common/x64/xbyak_abi.h | 2 | ||||
| -rw-r--r-- | src/common/x64/xbyak_util.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/common/x64/xbyak_abi.h b/src/common/x64/xbyak_abi.h index c2c9b6134..0ddf9b83e 100644 --- a/src/common/x64/xbyak_abi.h +++ b/src/common/x64/xbyak_abi.h @@ -6,7 +6,7 @@  #include <bitset>  #include <initializer_list> -#include <xbyak.h> +#include <xbyak/xbyak.h>  #include "common/assert.h"  namespace Common::X64 { 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 { | 
