Browse Source

Stop suggesting versions with old hashes as potential updates

pull/886/head
Valentin Radu 4 years ago
parent
commit
d071decbca
  1. 4
      ExplorerPatcher/updates.c

4
ExplorerPatcher/updates.c

@ -310,13 +310,13 @@ BOOL IsUpdateAvailableHelper(
} }
} }
if (bOldType) /*if (bOldType)
{ {
if (hash[0] == 0x4D && hash[1] == 0x5A && _stricmp(DOSMODE_OFFSET + hash, szCheckAgainst)) if (hash[0] == 0x4D && hash[1] == 0x5A && _stricmp(DOSMODE_OFFSET + hash, szCheckAgainst))
{ {
bIsUpdateAvailable = TRUE; bIsUpdateAvailable = TRUE;
} }
} }*/
} }
else else
{ {

Loading…
Cancel
Save