From c0701bfcb670e43cf4a26bfefb94bf82a76f62b9 Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Fri, 8 Aug 2008 18:28:13 +0000 Subject: 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 --- engines/cine/cine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/cine/cine.h') 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; -- cgit v1.2.3