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:
Zephyron
2025-09-27 20:22:04 +10:00
parent 9e6956a93f
commit 23352d4a3f
3 changed files with 9 additions and 7 deletions