dolphin/Source/Core
Ryan Houdek 5310d6d2ea Fix a crash that got recently introduced.
When CFileSystemGCWii::GetFileName can't find a valid filename it would return nullptr.
nullptr as a std::string throws an assert within the std lib.
So return an empty string and check if it is empty or not
2014-03-23 22:29:30 -05:00
..
AudioCommon Remove usesMixer function from the sound streams. 2014-03-18 10:42:07 -04:00
Common Fix the Android build when using clang 3.4 2014-03-17 17:56:22 -05:00
Core Merge pull request #171 from lioncash/rarc-cleanup 2014-03-23 00:34:26 -05:00
DiscIO Fix a crash that got recently introduced. 2014-03-23 22:29:30 -05:00
DolphinWX Merge pull request #171 from lioncash/rarc-cleanup 2014-03-23 00:34:26 -05:00
InputCommon Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
VideoBackends Merge pull request #167 from neobrain/ogl-efbpokes 2014-03-20 15:25:56 -05:00
VideoCommon Remove superfluous bit shift 2014-03-18 04:07:45 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00