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
DSPTool DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
PCH
UnitTests Common: Add bit utility header 2017-01-14 11:16:02 -05:00
VSProps
.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