This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
a23fb0eef32023ddfcf6ffe580eefb85dae79d9e
dolphin
/
Source
History
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
..
Core
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
DSPSpy
drop vs2008 projects in favor of vs2010
2011-02-11 15:43:05 +00:00
DSPTool
Move SConscript files out from the Src subdirectories to be
2011-03-03 19:44:56 +00:00
Plugins
DX11: Eliminate most int-to-float conversions and use float math in more places. GPUs are more efficient with float operations. This gives a slight speed-up.
2011-03-05 20:40:17 +00:00
TestSuite
drop vs2008 projects in favor of vs2010
2011-02-11 15:43:05 +00:00
UnitTests
Move SConscript files out from the Src subdirectories to be
2011-03-03 19:44:56 +00:00
VSProps
vs2010: add debugfast configs for wxw (now debugfast links faster!). clean up wxw projects a lot.
2011-02-10 06:31:12 +00:00
CMakeLists.txt
Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though.
2010-11-01 15:47:02 +00:00
Dolphin_2010.sln
windows: buildfix for non-release configs
2011-02-11 22:27:50 +00:00