dolphin/Source/Core
Ryan Houdek 87e671404a Make MemoryUtil.cpp use the correct x86_64 define.
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.
2014-06-01 23:45:44 -05:00
..
AudioCommon Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
Common Make MemoryUtil.cpp use the correct x86_64 define. 2014-06-01 23:45:44 -05:00
Core Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
DiscIO Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
DolphinWX Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
InputCommon Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
VideoBackends Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
VideoCommon Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00