mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
fix(dynarmic): resolve fastmem_pointer type compatibility issues
- Convert fastmem_pointer assignments from raw pointers to uintptr_t - Replace nullptr comparisons with std::optional::has_value() - Use std::nullopt instead of nullptr for optional types - Update Dynarmic submodule to commit 9d4582339 Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
2
externals/dynarmic
vendored
2
externals/dynarmic
vendored
Submodule externals/dynarmic updated: ba8192d890...9d45823399
Reference in New Issue
Block a user