dolphin/Source/Core
Lioncash 3a8a67025e PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp>
This class effectively acted as a "discount vector", that would simply
allocate memory and then delete it in the destructor when it goes out of
scope.

We can just use a std::vector directly to reduce this boilerplate.
2018-05-18 17:19:45 -04:00
..
AudioCommon
Common Common/CodeBlock: Namespace code under the Common namespace 2018-05-17 15:57:29 -04:00
Core PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
DiscIO Common/Hash: Namespace code under the Common namespace 2018-05-16 15:39:23 -04:00
DolphinNoGUI
DolphinQt2 PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
DolphinWX PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
InputCommon
UICommon Copy Wii NAND data to user NAND in WiiRoot 2018-05-12 17:08:50 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #6743 from stenzek/faster-disabled-copy-filter 2018-05-17 10:45:50 +02:00
VideoCommon BPMemory: Use Common::BitCast where applicable 2018-05-18 14:25:44 -04:00
CMakeLists.txt