BACKENDS: Drop launcherInitSize() and use 2d backend gfx manager for launcher.

This commit is contained in:
Pawel Kolodziejski 2020-09-30 08:28:15 +02:00
parent d0713f1072
commit 6f69981904
26 changed files with 7046 additions and 58 deletions

View file

@ -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);