mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
- 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>