dolphin/Source/Core/VideoBackends
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
..
D3D VideoBackend: Get rid of a boolean global 2016-01-02 18:03:28 -05:00
OGL OGL: Correct unique_ptr types 2016-01-03 16:00:16 -05:00
Software VideoBackend: Get rid of a boolean global 2016-01-02 18:03:28 -05:00
CMakeLists.txt Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00