mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 05:12:56 +00:00
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.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user