mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-19 14:58:55 +02:00
[dynarmic] support -fno-exception compilations to reduce unwind table overheads
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
30bc1b455e
commit
1a9afa41b4
7 changed files with 9 additions and 15 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <bitset>
|
||||
#include <initializer_list>
|
||||
#define XBYAK_NO_EXCEPTION 1
|
||||
#include <xbyak/xbyak.h>
|
||||
#include "common/assert.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <type_traits>
|
||||
#define XBYAK_NO_EXCEPTION 1
|
||||
#include <xbyak/xbyak.h>
|
||||
#include "common/x64/xbyak_abi.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue