ALL: Don't use EventRecorder at all when not compiled in
This commit is contained in:
parent
bd82ca97c2
commit
4a7e4e5b22
9 changed files with 61 additions and 59 deletions
|
@ -609,7 +609,9 @@ AdvancedMetaEngine::AdvancedMetaEngine(const void *descs, uint descItemSize, con
|
|||
}
|
||||
|
||||
void AdvancedMetaEngine::initSubSystems(const ADGameDescription *gameDesc) const {
|
||||
#ifdef ENABLE_EVENTRECORDER
|
||||
if (gameDesc) {
|
||||
g_eventRec.processGameDescription(gameDesc);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue