dolphin/Source/Core
Lioncash a523a6d1bf D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader
With strings, we don't need to care about passing in a length, since it internally stores it. So now, we don't even need a length parameter for these functions anymore as well.
This also kills off some sprintf_s calls.
2014-07-07 19:32:03 -04:00
..
AudioCommon enum CPUState: rename CPU_* to STATE_* 2014-07-05 11:01:49 +02:00
Common Common: Using size_t in PointerWrap's DoContainer apparently causes crashes. Fixes this. 2014-07-06 03:05:27 -04:00
Core Merge pull request #328 from Tilka/enum_cpubackend 2014-07-06 19:28:10 +02:00
DiscIO Reorder class initializer lists 2014-07-04 03:53:22 +02:00
DolphinWX Merge pull request #328 from Tilka/enum_cpubackend 2014-07-06 19:28:10 +02:00
InputCommon Remove the 32-bit config platform from the VS solution and projects 2014-06-24 22:07:26 -04:00
VideoBackends D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]Shader 2014-07-07 19:32:03 -04:00
VideoCommon Merge pull request #362 from Tilka/ffmpeg_libav_new 2014-07-06 19:33:27 +02:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00