dolphin/Source
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
..
Android Merge pull request #6338 from mahdihijazi/settings_enhancements 2018-07-04 21:50:09 +02:00
Core Merge pull request #7141 from lioncash/fp 2018-07-04 22:26:24 -04:00
DSPSpy
DSPTool DSPTool: Use std::string == instead of strcmp 2018-07-05 09:40:43 +02:00
PCH
UnitTests
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln