dolphin/Externals/CLRun
Nolan Check a23fb0eef3 Fix a couple apparent typos. a) Don't pass ASCII string to Unicode function. b) If you type "(128 / 1000)" in C++, it will be treated as "0" because the integer division gets truncated. Fixed.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7318 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-08 02:23:54 +00:00
..
clrun Fix a couple apparent typos. a) Don't pass ASCII string to Unicode function. b) If you type "(128 / 1000)" in C++, it will be treated as "0" because the integer division gets truncated. Fixed. 2011-03-08 02:23:54 +00:00
include Drop support for building on OS X 10.5. It is too much hassle to 2011-01-22 02:18:25 +00:00
CMakeLists.txt Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
SConscript Prepare for the release of Xcode 4, which has working LTO 2011-03-03 04:35:03 +00:00