[dynarmic] support -fno-exception compilations to reduce unwind table overheads

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-03-25 20:49:07 +00:00
parent 30bc1b455e
commit 1a9afa41b4
7 changed files with 9 additions and 15 deletions

View file

@ -5,6 +5,7 @@
#include <bitset>
#include <initializer_list>
#define XBYAK_NO_EXCEPTION 1
#include <xbyak/xbyak.h>
#include "common/assert.h"

View file

@ -4,6 +4,7 @@
#pragma once
#include <type_traits>
#define XBYAK_NO_EXCEPTION 1
#include <xbyak/xbyak.h>
#include "common/x64/xbyak_abi.h"