BASE: add TAINTED feature to gScummVMFeatures
When configure enables a WIP/unstable engine, the about box and scummvm --version will now display TAINTED in the "features compiled in" list
This commit is contained in:
parent
daf277f146
commit
71759eab53
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ const char *gScummVMBuildDate = __DATE__ " " __TIME__;
|
||||||
const char *gScummVMVersionDate = SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
|
const char *gScummVMVersionDate = SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
|
||||||
const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
|
const char *gScummVMFullVersion = "ScummVM " SCUMMVM_VERSION " (" __DATE__ " " __TIME__ ")";
|
||||||
const char *gScummVMFeatures = ""
|
const char *gScummVMFeatures = ""
|
||||||
|
#ifdef TAINTED_BUILD
|
||||||
|
// TAINTED means the build contains engines/subengines not enabled by default
|
||||||
|
"TAINTED "
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_TREMOR
|
#ifdef USE_TREMOR
|
||||||
#ifdef USE_TREMOLO
|
#ifdef USE_TREMOLO
|
||||||
// libTremolo is used on WinCE for better ogg performance
|
// libTremolo is used on WinCE for better ogg performance
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue