diff options
author | Nicolas Bacca | 2002-05-14 23:08:15 +0000 |
---|---|---|
committer | Nicolas Bacca | 2002-05-14 23:08:15 +0000 |
commit | 659bc0e69167f977e58d9ef3c3bbfb17907121fc (patch) | |
tree | 659fa5d8738ef11c2dfc5a88fad53f1fecd40f0b /wince | |
parent | c9fb5690fa95728a46c237c6f092dea106c80960 (diff) | |
download | scummvm-rg350-659bc0e69167f977e58d9ef3c3bbfb17907121fc.tar.gz scummvm-rg350-659bc0e69167f977e58d9ef3c3bbfb17907121fc.tar.bz2 scummvm-rg350-659bc0e69167f977e58d9ef3c3bbfb17907121fc.zip |
Added Simon 1 DOS detection
svn-id: r4331
Diffstat (limited to 'wince')
-rw-r--r-- | wince/findgame.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wince/findgame.cpp b/wince/findgame.cpp index 9cf5f08c1c..2a5c38188d 100644 --- a/wince/findgame.cpp +++ b/wince/findgame.cpp @@ -29,6 +29,13 @@ struct InstalledScummGame { }; static const ScummGame GameList[] = { + { + "Simon The Sorcerer 1 (dos)", + "Completable", + "", "1631.VGA", "GAMEPC", + "simon1dos", + 0 + }, { "Simon The Sorcerer 1 (win)", "Completable", |