dolphin/Source/Core
Maarten ter Huurne 748be364e5 Fixed range check on TryParse() for u32.
On x86-64, "unsigned long" is 64 bits wide, so it is possible for a number
to not trigger a range error on strtoul() but still not fit inside an u32.
An extra check is added to ensure that 32-bit and 64-bit builds will accept
the same numbers.
2011-12-02 02:24:43 +01:00
..
AudioCommon vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
Common Fixed range check on TryParse() for u32. 2011-12-02 02:24:43 +01:00
Core Changed type of GetTicksPer(Line|Frame) to unsigned. 2011-12-02 00:33:45 +01:00
DiscIO vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
DolphinWX UI: refactor the game list sorting code 2011-11-02 02:45:51 +01:00
InputCommon remove hacky old MicButton stuff 2011-10-03 23:46:00 -07:00
VideoCommon Update linux libav frame dump code for recent api changes. 2011-11-22 19:24:05 -06:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00