mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 02:55:45 +00:00
[dynarmic] stub peepholes; fix tests
This commit is contained in:
parent
ab631e6b28
commit
f414ebdf34
12 changed files with 347 additions and 188 deletions
3
externals/dynarmic/tests/test_reader.cpp
vendored
3
externals/dynarmic/tests/test_reader.cpp
vendored
|
@ -158,7 +158,8 @@ void RunTestInstance(Dynarmic::A32::Jit& jit,
|
|||
}
|
||||
|
||||
A64::UserConfig GetA64UserConfig(A64TestEnv& jit_env, bool noopt) {
|
||||
A64::UserConfig jit_user_config{&jit_env};
|
||||
A64::UserConfig jit_user_config{};
|
||||
jit_user_config.callbacks = &jit_env;
|
||||
jit_user_config.optimizations &= ~OptimizationFlag::FastDispatch;
|
||||
// The below corresponds to the settings for qemu's aarch64_max_initfn
|
||||
jit_user_config.dczid_el0 = 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue