dynarmic/src/dynarmic
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
..
backend Change Config to make fastmem_pointer of zero valid. 2024-03-02 16:31:20 +00:00
common ir: Implement FPMulSub 2024-02-10 11:31:54 +00:00
frontend ir: Implement FPMulSub 2024-02-10 11:31:54 +00:00
interface Change Config to make fastmem_pointer of zero valid. 2024-03-02 16:31:20 +00:00
ir ir: Implement FPMulSub 2024-02-10 11:31:54 +00:00
CMakeLists.txt build: set SOVERSION to major.minor 2023-07-20 23:41:08 +01:00