BACKENDS: Drop launcherInitSize() and use 2d backend gfx manager for launcher.
This commit is contained in:
parent
d0713f1072
commit
6f69981904
26 changed files with 7046 additions and 58 deletions
|
@ -412,7 +412,6 @@ void GUIErrorMessage(const Common::U32String &msg, const char *url) {
|
|||
g_system->beginGFXTransaction();
|
||||
initCommonGFX();
|
||||
g_system->initSize(320, 200);
|
||||
g_system->launcherInitSize(640, 480);//ResidualVM specific
|
||||
if (g_system->endGFXTransaction() == OSystem::kTransactionSuccess) {
|
||||
if (url) {
|
||||
GUI::MessageDialogWithURL dialog(msg, url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue