mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 16:26:27 +00:00
a32_emit_x64: Implement fastmem
This commit is contained in:
@@ -18,4 +18,12 @@ void ExceptionHandler::Register(BlockOfCode&) {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
bool ExceptionHandler::SupportsFastmem() const noexcept {
|
||||
return false;
|
||||
}
|
||||
|
||||
void ExceptionHandler::SetFastmemCallback(std::function<FakeCall(u64)>) {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
} // namespace Dynarmic::Backend::X64
|
||||
|
||||
Reference in New Issue
Block a user