dolphin/Source/Core
Lioncash 3843848ed4 Use std::string in LogContainer's constructor.
This allows for removal of the strcpy calls, also it's technically way more safe, though I doubt we'll ever have a log name larger than 128 characters or a short description larger than 32 characters.

Also moved these assignments into the constructor's initializer list.
2014-06-05 18:50:14 -04:00
..
AudioCommon Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
Common Use std::string in LogContainer's constructor. 2014-06-05 18:50:14 -04:00
Core Remove unused mojs array from ppcState. 2014-06-02 01:39:07 -05:00
DiscIO Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
DolphinWX Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
InputCommon Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
VideoBackends Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
VideoCommon Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00