diff options
author | Eugene Sandulenko | 2016-02-25 11:34:42 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-25 11:51:22 +0100 |
commit | eb9c24ac0e951a782cb5097b0028dba39bc6c492 (patch) | |
tree | 094ff844945b4167960e2f612bd6fcbc937545f3 | |
parent | 1415e620e49ce5585c6e9d277c859e31a539a2a6 (diff) | |
download | scummvm-rg350-eb9c24ac0e951a782cb5097b0028dba39bc6c492.tar.gz scummvm-rg350-eb9c24ac0e951a782cb5097b0028dba39bc6c492.tar.bz2 scummvm-rg350-eb9c24ac0e951a782cb5097b0028dba39bc6c492.zip |
WAGE: Added detection for Eidisi I
-rw-r--r-- | engines/wage/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index 9f8c238ece..8723310294 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -40,6 +40,7 @@ static const ADGameDescription gameDescriptions[] = { FANGAME("Dungeon World II", "DungeonWorld2", "e10c5e3cc17879c298b1551f33571b15", 234880), // Polygons with ignored byte 1 FANGAME("Double Trouble", "Double Trouble", "5e9ee13d09ac54918ed111fa9727ac1c", 557184), + FANGAME("Eidisi I", "Eidisi I", "299d1de4baccf1c66118396519953652", 180480), FANGAME("Escape from School!", "Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840), FANGAME("Magic Rings", "Magic Rings", "6e0d1dd561d3dad8f9a7a20ed1f09b16", 112000), FANGAME("Midnight Snack", "Midnight Snack", "346982a32fc701f53bb19771d72063d0", 69504), |