[Scummvm-git-logs] scummvm master -> 007d7d8df40238c4193a8402de5b4c4f8b3a6f8c

lephilousophe noreply at scummvm.org
Sun Feb 12 10:10:46 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
007d7d8df4 BASE: Fix Dreamcast build


Commit: 007d7d8df40238c4193a8402de5b4c4f8b3a6f8c
    https://github.com/scummvm/scummvm/commit/007d7d8df40238c4193a8402de5b4c4f8b3a6f8c
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-02-12T11:10:06+01:00

Commit Message:
BASE: Fix Dreamcast build

Changed paths:
    base/main.cpp


diff --git a/base/main.cpp b/base/main.cpp
index 4e7060d9543..ae704e8defa 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -66,6 +66,7 @@
 #ifdef USE_FREETYPE2
 #include "graphics/fonts/ttf.h"
 #endif
+#include "graphics/scalerplugin.h"
 
 #include "backends/keymapper/action.h"
 #include "backends/keymapper/keymap.h"
@@ -84,7 +85,6 @@
 #if defined(__DC__)
 #include "backends/platform/dc/DCLauncherDialog.h"
 #else
-#include "graphics/scalerplugin.h"
 #include "gui/launcher.h"
 #endif
 




More information about the Scummvm-git-logs mailing list