aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
authorKari Salminen2008-08-08 18:28:13 +0000
committerKari Salminen2008-08-08 18:28:13 +0000
commitc0701bfcb670e43cf4a26bfefb94bf82a76f62b9 (patch)
tree185d331dcca281236902b3083b5dfb5494da8ac5 /engines/cine/cine.h
parent70760a77fdb42a18ea9997f7a3c74b613c589af6 (diff)
downloadscummvm-rg350-c0701bfcb670e43cf4a26bfefb94bf82a76f62b9.tar.gz
scummvm-rg350-c0701bfcb670e43cf4a26bfefb94bf82a76f62b9.tar.bz2
scummvm-rg350-c0701bfcb670e43cf4a26bfefb94bf82a76f62b9.zip
Added detection entry for the Sony published CD version of Future Wars.
Also added decrypting of the crypted AUTO00.PRC for this particular version. Now this version should work but no CD audio support for it yet though. svn-id: r33703
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 431cdc2c22..6011036eb1 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -59,7 +59,8 @@ enum CineGameType {
enum CineGameFeatures {
GF_CD = 1 << 0,
GF_DEMO = 1 << 1,
- GF_ALT_FONT = 1 << 2
+ GF_ALT_FONT = 1 << 2,
+ GF_CRYPTED_BOOT_PRC = 1 << 3
};
struct CINEGameDescription;