ALL: Sync with ScummVM - rev. ea3f8f2e33
This commit is contained in:
parent
308c018141
commit
d474e3f94f
155 changed files with 11308 additions and 6208 deletions
|
@ -193,6 +193,11 @@ Common::String OSystem::getSystemLanguage() const {
|
|||
return "en_US";
|
||||
}
|
||||
|
||||
bool OSystem::isConnectionLimited() {
|
||||
warning("OSystem::isConnectionLimited(): not limited by default");
|
||||
return false;
|
||||
}
|
||||
|
||||
Common::TimerManager *OSystem::getTimerManager() {
|
||||
return _timerManager;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue