dolphin/Source/Core/Core/DSP
Lioncash c212310fbe VideoCommon/OnScreenDisplay: Take Message's std::string parameter by value
Allows callers to std::move strings into the functions (or automatically
assume the move constructor/move assignment operator for rvalue
references, potentially avoiding copies altogether.
2019-07-28 23:00:58 -04:00
..
Interpreter Core: Use nested namespace specifiers where applicable 2019-06-17 16:32:30 -04:00
Jit DSPJit: various micro-optimizations 2018-09-29 09:52:30 +02:00
DSPAccelerator.cpp Replace MathUtil::Clamp with std::clamp 2019-05-04 23:12:17 +02:00
DSPAccelerator.h
DSPAnalyzer.cpp Core: Use nested namespace specifiers where applicable 2019-06-17 16:32:30 -04:00
DSPAnalyzer.h Core: Use nested namespace specifiers where applicable 2019-06-17 16:32:30 -04:00
DSPAssembler.cpp DSP/LabelMap: Use std::optional with GetLabelValue() 2019-06-07 17:26:24 -04:00
DSPAssembler.h
DSPBreakpoints.h
DSPCaptureLogger.cpp
DSPCaptureLogger.h
DSPCodeUtil.cpp Common/FileUtil: Make WriteStringToFile consistent with ReadFileToString 2019-05-29 07:06:53 -04:00
DSPCodeUtil.h
DSPCommon.h
DSPCore.cpp Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
DSPCore.h
DSPDisassembler.cpp
DSPDisassembler.h
DSPHost.h VideoCommon/OnScreenDisplay: Take Message's std::string parameter by value 2019-07-28 23:00:58 -04:00
DSPHWInterface.cpp
DSPHWInterface.h
DSPMemoryMap.cpp
DSPMemoryMap.h
DSPStacks.cpp
DSPStacks.h
DSPTables.cpp Core/DSP/DSPTables: Make FindOpInfoByName/FindExtOpInfoByName use std::string_view 2019-06-06 12:22:02 -04:00
DSPTables.h Core/DSP/DSPTables: Make FindOpInfoByName/FindExtOpInfoByName use std::string_view 2019-06-06 12:22:02 -04:00
LabelMap.cpp DSP/LabelMap: std::move std::string instances where applicable 2019-06-07 17:42:10 -04:00
LabelMap.h DSP/LabelMap: std::move std::string instances where applicable 2019-06-07 17:42:10 -04:00