dolphin/Source
Lioncash cbe1ec51df DSPAssembler: Make AssembleFile take a std::string
File paths passed to it would have been implicitly converted to std::strings
prior to this function being reached, so it gets rid of some string churn.
It also makes it safer since nullptr can't be passed in.
2017-01-22 01:15:31 -05:00
..
Android Updated gradle to latest version 2017-01-17 10:19:39 +00:00
Core DSPAssembler: Make AssembleFile take a std::string 2017-01-22 01:15:31 -05:00
DSPSpy Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSPTool DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
PCH Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
UnitTests Common: Add bit utility header 2017-01-14 11:16:02 -05:00
VSProps Add a __LIBUSB__ define 2016-10-03 21:07:12 +02:00
.clang-format specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
CMakeLists.txt cmake: Move C++ standard requirement out of global scope to Source/ 2017-01-20 17:46:40 +01:00
dolphin-emu.sln Implement experimental Vulkan backend 2016-10-01 02:40:01 +10:00