dolphin/Source/Core
comex 06433652be Improve some libcdio CoreFoundation code.
I found it via clang complaining about a useless null check on an array,
but I decided to get rid of the array in favor of dynamic allocation, as
there was no reason to assume a maximum length of 0x32 bytes.  Plus, add
a CFString type check just in case, and switch to UTF-8 in the
off-chance it matters.

The result has not actually been tested, as I have no CD drive.
2014-10-21 21:20:11 -04:00
..
AudioCommon Fix a race condition in our OpenSL ES audio backend. 2014-10-18 08:32:14 -05:00
Common Improve some libcdio CoreFoundation code. 2014-10-21 21:20:11 -04:00
Core Merge pull request #991 from phire/dsi_should_crash 2014-10-21 01:53:08 -04:00
DiscIO VolumeCreator: Make master key arrays static 2014-10-12 15:07:39 -04:00
DolphinQt DolphinQt: Stub Host_* functions & Resource system. 2014-10-19 15:36:37 -04:00
DolphinWX Merge pull request #1334 from lioncash/cheats 2014-10-21 13:43:06 +11:00
InputCommon ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends D3D: Enabled depth clipping 2014-10-21 06:26:20 +02:00
VideoCommon Use pointers instead of references in GetUidData to avoid the undefined behavior of *(T *)nullptr (ewwww) 2014-10-21 21:20:05 -04:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00