diff options
author | Lars Persson | 2009-01-09 18:35:07 +0000 |
---|---|---|
committer | Lars Persson | 2009-01-09 18:35:07 +0000 |
commit | 1130af03d14e99d65a250cd79e5f60c04e3a14eb (patch) | |
tree | e85c377b515547fd567441f528c5b6e843743d2f /backends | |
parent | 5bf899709c170638607f4e9bcf80960ec04e8f59 (diff) | |
download | scummvm-rg350-1130af03d14e99d65a250cd79e5f60c04e3a14eb.tar.gz scummvm-rg350-1130af03d14e99d65a250cd79e5f60c04e3a14eb.tar.bz2 scummvm-rg350-1130af03d14e99d65a250cd79e5f60c04e3a14eb.zip |
Add subengine flag for ihnm.
svn-id: r35797
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/symbian/BuildPackageUpload_LocalSettings.pl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl index a5b130390e..390df09f53 100644 --- a/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl +++ b/backends/platform/symbian/BuildPackageUpload_LocalSettings.pl @@ -6,6 +6,12 @@ kyra lure agi touche parallaction cine cruise igor made m4 tinsel tucker sword1 sword2 ); + + @WorkingEngines_2nd = qw( + scumm agos sky queen gob groovie saga drascula + kyra lure agi touche parallaction cine + cruise igor made m4 tinsel tucker sword1 sword2 + ); @TestingEngines = qw( @@ -19,6 +25,7 @@ @EnablableSubEngines = qw( scumm_7_8 he + ihnm ); %UseableFeatures = ( @@ -272,10 +279,10 @@ # below here you could specify weird & experimental combinations, non-ready engines # Separate version for the broken sword engines (1&2) - $VariationSets{'ALL'}{'brokensword'} = "$DefaultFeatures sword1 sword2"; + #$VariationSets{'ALL'}{'brokensword'} = "$DefaultFeatures sword1 sword2"; # Separate version for Scumm games (COMI) since memory usage might be high - $VariationSets{'ALL'}{'scumm'} = "$DefaultFeatures scumm scumm_7_8 he"; + #$VariationSets{'ALL'}{'scumm'} = "$DefaultFeatures scumm scumm_7_8 he"; # for mega-fast-testing only plz! Warning: contains to engines! #$VariationSets{'ALL'}{'fast_empty'} = ""; |