dolphin/Source/Core
DimitriPilot3 a1da2e0e4c Some fixes for the "Cheat Search" feature :
- Replace ToLong() with ToULong(), as to allow values in the [0x80000000..0xFFFFFFFF] range to be parsed correctly without failure.
- Remove the "val_base" hack, as it breaks hexadecimal values beginning with '-'.
Simply passing 0 as the second parameter to ToULong() is enough, as mentioned on this page: http://msdn.microsoft.com/en-us/library/5k9xb7x1%28v=VS.100%29.aspx
- Changed the error message (and some of its translations) to reflect that octal values are now auto-detected ("supported") as well.

To users: 
Note that values beginning with '0' (not "0x" nor "0X") are now interpreted as octal values instead of decimal values. So be careful when using those!

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7223 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-21 18:01:32 +00:00
..
AudioCommon revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Common revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Core revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
DiscIO revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
DolphinWX Some fixes for the "Cheat Search" feature : 2011-02-21 18:01:32 +00:00
InputCommon revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
VideoCommon revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00