dolphin/Source/Core
Tillmann Karras 81d4d7368a Add a std::make_unique implementation
Some compilers we care about (mostly g++) do not support std::make_unique yet,
but we still want to use it in our codebase to make unique_ptr code more
readable. This commit introduces an implementation derivated from the libc++
code in the Dolphin codebase so we can use it right now everywhere.

Adapted from delroth's pull request.
2014-05-06 12:32:03 +02:00
..
AudioCommon Add set/get functions for IsFramelimiterTempDisabled 2014-04-30 12:51:13 +02:00
Common Add a std::make_unique implementation 2014-05-06 12:32:03 +02:00
Core Merge pull request #81 from degasus/skip_framelimit_hotkey 2014-05-01 12:40:01 +02:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX Merge pull request #81 from degasus/skip_framelimit_hotkey 2014-05-01 12:40:01 +02:00
InputCommon Add support for the guide button to XInput 2014-04-17 12:03:44 +01:00
VideoBackends Changes posmtx vertex attribute to integer. 2014-04-30 19:11:06 -05:00
VideoCommon Merge pull request #81 from degasus/skip_framelimit_hotkey 2014-05-01 12:40:01 +02:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00