diff options
| author | Max Horn | 2005-04-19 20:22:50 +0000 |
|---|---|---|
| committer | Max Horn | 2005-04-19 20:22:50 +0000 |
| commit | 2cfb9322e2e2b59fa2ab311491445ef801d4979a (patch) | |
| tree | da6657a42de0b43c7af4d96dfb76d8bd484a5496 /common | |
| parent | 167d43d9244aa5961fafbc3760dddbc1c04cc028 (diff) | |
| download | scummvm-rg350-2cfb9322e2e2b59fa2ab311491445ef801d4979a.tar.gz scummvm-rg350-2cfb9322e2e2b59fa2ab311491445ef801d4979a.tar.bz2 scummvm-rg350-2cfb9322e2e2b59fa2ab311491445ef801d4979a.zip | |
Added new (optional) OSystem::initBackend() method; this (and its usage) fixes bugs #1160977 and #1184664
svn-id: r17694
Diffstat (limited to 'common')
| -rw-r--r-- | common/system.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h index e3651e803e..94d7bd3e84 100644 --- a/common/system.h +++ b/common/system.h @@ -47,6 +47,12 @@ protected: public: + /** + * The following method is called once, from main.cpp, after all + * config data (including command line params etc.) are fully loaded. + */ + virtual void initBackend() { } + /** @name Feature flags */ //@{ |
