mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-29 19:01:10 -05: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.