dolphin/Source/Core
Maarten ter Huurne 27bda2c054 Fixed range check on TryParse() for u32, again.
The code from 748be364e5 incorrectly accepted -0x100000000 on x86_64.

Also if ERANGE is returned by strtoul(), reject the parsed value regardless
of what that value is. This fixes invalid values being returned when compiling
with Visual C++. Thanks to "cotton" for testing this.
2011-12-13 02:08:34 +01:00
..
AudioCommon vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
Common Fixed range check on TryParse() for u32, again. 2011-12-13 02:08:34 +01:00
Core made frame advance act normal (so it advances 1 frame each time instead of waiting for further unpause commands), and did some minor improvements to the read-only command (making the UI behavior a little nicer, no actual changes to what read-only does at this point) 2011-12-11 21:08:26 -08:00
DiscIO vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
DolphinWX fixed hotkeys getting ignored after tab is pressed 2011-12-11 21:54:50 -08:00
InputCommon remove hacky old MicButton stuff 2011-10-03 23:46:00 -07:00
VideoCommon VideoCommon: Fix upper and lower depth bytes being switched when performing Z16L EFB copies (EFB to texture only). 2011-12-10 16:08:26 +01:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00