dynarmic/src/dynarmic/interface
Ash 732a657694 Change Config to make fastmem_pointer of zero valid.
This changes Dynarmic::A32/A64::Config to store fastmem_pointer in
a std::optional<uintptr_t>, allowing the user to pass a zero base
address for the guest memory, which can be used to effectively
implement a shared address space between the host and the guest.
2024-03-02 16:31:20 +00:00
..
A32 Change Config to make fastmem_pointer of zero valid. 2024-03-02 16:31:20 +00:00
A64 Change Config to make fastmem_pointer of zero valid. 2024-03-02 16:31:20 +00:00
exclusive_monitor.h backend/x64: Inline exclusive memory access operations (#664) 2022-02-28 08:13:10 +00:00
halt_reason.h Implement memory aborts 2022-07-13 12:38:03 +01:00
optimization_flags.h backend/x64: Inline exclusive memory access operations (#664) 2022-02-28 08:13:10 +00:00