Files
emulator/src
Zephyron 8b830b310b fix(dynarmic): Remove MSVC-specific fastmem_pointer assignments
Unify fastmem_pointer handling by using reinterpret_cast<uintptr_t>()
and std::nullopt consistently across all platforms, fixing MSVC
compilation errors with std::optional<uintptr_t> assignment.

Fixes: C2679 binary '=' operator errors on MSVC
Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-10-07 15:45:56 +10:00
..
2025-10-06 02:14:33 +00:00
2025-08-23 18:53:24 +07:00
2025-09-26 02:37:40 +00:00
2025-07-22 21:37:37 +07:00
2025-09-26 04:20:43 +00:00
2025-10-06 05:00:49 +00:00
2025-07-22 21:37:37 +07:00
2022-07-27 12:53:49 +02:00