Skip to content

Commit

Permalink
WAGE: Increased md5 sum size to 2MB and recalculated all checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 15, 2017
1 parent 7313de5 commit 16739d3
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 112 deletions.
2 changes: 1 addition & 1 deletion engines/wage/detection.cpp
Expand Up @@ -54,7 +54,7 @@ static const PlainGameDescriptor wageGames[] = {
class WageMetaEngine : public AdvancedMetaEngine {
public:
WageMetaEngine() : AdvancedMetaEngine(Wage::gameDescriptions, sizeof(ADGameDescription), wageGames) {
_md5Bytes = 50000;
_md5Bytes = 2 * 1024 * 1024;
_singleId = "wage";
_guiOptions = GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI);
}
Expand Down

0 comments on commit 16739d3

Please sign in to comment.