mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #14 from camdenorrb/fix-gecko-when-achievements-is-disabled
Fix calculate hash
This commit is contained in:
commit
1cfbf2309e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue