mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-27 06:19:38 -06:00
MemoryUtil.cpp was incorrectly using the old __x86_64__ define when it should be using _M_X86_64. It was also using _ARCH_64 when it shouldn't have which was causing an errant PanicAlert to come up in my development.