mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
A32: Implement FastDispatchHint
This commit is contained in:
parent
aa8d826c13
commit
f96c43d422
11 changed files with 112 additions and 23 deletions
|
|
@ -87,6 +87,9 @@ struct UserConfig {
|
|||
/// instruction the ExceptionRaised callback is called. If this is true, we define
|
||||
/// definite behaviour for some unpredictable instructions.
|
||||
bool define_unpredictable_behaviour = false;
|
||||
|
||||
/// This enables the fast dispatcher.
|
||||
bool enable_fast_dispatch = true;
|
||||
};
|
||||
|
||||
} // namespace A32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue