COMMON: Remove the EventRecorder dependency from OSystem
EventRecorder is in the gui lib which is not linked in the cxxtest suite.
This commit is contained in:
parent
823c2f899b
commit
ad3ab61241
4 changed files with 10 additions and 8 deletions
|
@ -492,6 +492,14 @@ AudioCDManager *OSystem_SDL::createAudioCDManager() {
|
|||
#endif
|
||||
}
|
||||
|
||||
Common::SaveFileManager *OSystem_SDL::getSavefileManager() {
|
||||
#ifdef ENABLE_EVENTRECORDER
|
||||
return g_eventRec.getSaveManager(_savefileManager);
|
||||
#else
|
||||
return _savefileManager;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
|
||||
const OSystem::GraphicsMode *OSystem_SDL::getSupportedGraphicsModes() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue