dolphin/Source
Ryan Houdek 5d3382fb56 Fix a crash in ARM's CPUDetect on a malformed /proc/cpuinfo.
If a CPU string was incapable of being found we would return a null pointer, which would crash with strncpy.
Also if we couldn't get a CPU implementer we would call free() to a null pointer.
In addition, detect 64bit ARM running.
2014-06-01 23:55:38 -05:00
..
Android Android: add multitouch support 2014-05-30 19:02:28 -04:00
Core Fix a crash in ARM's CPUDetect on a malformed /proc/cpuinfo. 2014-06-01 23:55:38 -05:00
DSPSpy Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
DSPTool Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
UnitTests Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
VSProps Redo commit 932945d480 2014-05-27 13:41:19 -07:00
CMakeLists.txt Fixes build if the build path has spaces in it. 2014-05-23 18:24:08 -05:00
dolphin-emu.sln [GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely from the codebase. This has been tested on Android and Linux+ATI. Of course untested on Windows and Apple. Also untested with Linux + EGL but should be fine there. There are most likely a couple of extensions I'm missing which would result in null pointer runs but not bad for the initial commit. 2014-01-17 15:50:51 +01:00
pch.h Fix Linux build 2014-02-18 12:09:38 +01:00