mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-29 10:45:20 +01:00
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. |
||
|---|---|---|
| .. | ||
| fuzz_arm.cpp | ||
| fuzz_thumb.cpp | ||
| test_arm_disassembler.cpp | ||
| test_arm_instructions.cpp | ||
| test_coprocessor.cpp | ||
| test_svc.cpp | ||
| test_thumb_instructions.cpp | ||
| testenv.h | ||
| vfp_vadd_f32.inc | ||
| vfp_vsub_f32.inc | ||