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: Fix build 2017-09-13 17:38:23 +02:00
DSPTool.cpp DSPTool: Use std::string == instead of strcmp 2018-07-05 09:40:43 +02:00
DSPTool.vcxproj Win32/FileUtil: Fix IsDirectory() not working for certain directories 2018-05-04 23:53:41 +02:00
DSPTool.vcxproj.filters msbuild: increment other version numbers to vs2017 equivalents 2017-06-03 18:20:39 -07:00
StubHost.cpp Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00