dolphin/Source/DSPTool
Léo Lam eb9009e5c0 DSPTool: Use std::string == instead of strcmp
Less C-like and conveniently fixes a build issue caused by strcmp
not being declared for some reason.

Converting to std::string is safe because the argument count is
checked every time so the char* cannot be a nullptr.
2018-07-05 09:40:43 +02:00
..
CMakeLists.txt
DSPTool.cpp DSPTool: Use std::string == instead of strcmp 2018-07-05 09:40:43 +02:00
DSPTool.vcxproj
DSPTool.vcxproj.filters
StubHost.cpp Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00