dolphin/Source/Core
Lioncash 1bcfae5fd7 OGL: Correct unique_ptr types
By default unique_ptr will call delete on the given type if an array
qualifier isn't present, not delete[]. It's important to explicitly
specify an array is being handled.
2016-01-03 16:00:16 -05:00
..
AudioCommon Updated SoundTouch library to 1.9.2 2015-12-28 23:08:55 +11:00
Common VideoBackend: Get rid of a boolean global 2016-01-02 18:03:28 -05:00
Core Merge pull request #3436 from endrift/fix-libusb 2016-01-03 12:35:08 -05:00
DiscIO Merge pull request #3362 from lioncash/memory 2015-12-22 06:39:12 -05:00
DolphinQt DolphinQt: Attempt at fixing issue 9170 2015-12-17 21:49:28 +01:00
DolphinQt2 DQt2: Implement Paths config dialog 2015-12-30 19:03:13 -08:00
DolphinWX VideoBackend: Get rid of a boolean global 2016-01-02 18:03:28 -05:00
InputCommon Ignored the mouse position unless the cursor is over the Dolphin window. 2015-12-24 09:44:26 +11:00
UICommon UICommon: Respect XDG Base Directory Specification on POSIX systems. 2015-11-10 21:53:29 +00:00
VideoBackends OGL: Correct unique_ptr types 2016-01-03 16:00:16 -05:00
VideoCommon VideoBackend: Get rid of a boolean global 2016-01-02 18:03:28 -05:00
CMakeLists.txt DolphinQt2 2015-11-27 00:33:07 -08:00