Fix calculate hash

This commit is contained in:
camdenorrb 2024-12-14 23:39:22 -06:00
parent 0d70c000b7
commit 2b9629069d

View file

@ -163,11 +163,14 @@ int VerifyCommand(const std::vector<std::string>& args)
verifier.Finish();
const DiscIO::VolumeVerifier::Result& result = verifier.GetResult();
#ifdef USE_RETRO_ACHIEVEMENTS
// Calculate rcheevos hash
if (rc_hash_calculate)
{
rc_hash_result = AchievementManager::CalculateHash(input_file_path);
}
#endif
// Print the report
if (!algorithm_is_set)