Added new (optional) OSystem::initBackend() method; this (and its usage) fixes bugs #1160977 and #1184664
svn-id: r17694
This commit is contained in:
parent
167d43d924
commit
2cfb9322e2
5 changed files with 22 additions and 6 deletions
|
@ -301,6 +301,7 @@ void OSystem_SDL::initSize(uint w, uint h, int overlayScale) {
|
|||
}
|
||||
|
||||
void OSystem_SDL::loadGFXMode() {
|
||||
assert(_inited);
|
||||
_forceFull = true;
|
||||
_modeFlags |= DF_UPDATE_EXPAND_1_PIXEL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue