sync with scummvm dated 03 july 2011
This commit is contained in:
parent
60611723ff
commit
5bf4f9316b
112 changed files with 3581 additions and 1675 deletions
|
@ -60,6 +60,11 @@ const char *gResidualBuildDate = __DATE__ " " __TIME__;
|
|||
const char *gResidualVersionDate = RESIDUAL_VERSION " (" __DATE__ " " __TIME__ ")";
|
||||
const char *gResidualFullVersion = "Residual " RESIDUAL_VERSION " (" __DATE__ " " __TIME__ ")";
|
||||
const char *gResidualFeatures = ""
|
||||
#ifdef TAINTED_BUILD
|
||||
// TAINTED means the build contains engines/subengines not enabled by default
|
||||
"TAINTED "
|
||||
#endif
|
||||
|
||||
#ifdef USE_TREMOR
|
||||
#ifdef USE_TREMOLO
|
||||
// libTremolo is used on WinCE for better ogg performance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue