diff --git a/Source/Core/DolphinTool/VerifyCommand.cpp b/Source/Core/DolphinTool/VerifyCommand.cpp index e71660f10b..fcaa31b819 100644 --- a/Source/Core/DolphinTool/VerifyCommand.cpp +++ b/Source/Core/DolphinTool/VerifyCommand.cpp @@ -133,8 +133,10 @@ int VerifyCommand(const std::vector& args) hashes_to_calculate.md5 = true; else if (algorithm == "sha1") hashes_to_calculate.sha1 = true; +#ifdef USE_RETRO_ACHIEVEMENTS else if (algorithm == "rchash") rc_hash_calculate = true; +#endif } if (!hashes_to_calculate.crc32 && !hashes_to_calculate.md5 && !hashes_to_calculate.sha1 && @@ -171,7 +173,6 @@ int VerifyCommand(const std::vector& args) } #endif - // Print the report if (!algorithm_is_set) {