[Scummvm-git-logs] scummvm branch-2-7 -> 3059ed2e787b4ecf14e35085d9739a0e9996f747
lephilousophe
noreply at scummvm.org
Sun Feb 12 10:12:44 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:
3059ed2e78 BASE: Fix Dreamcast build
Commit: 3059ed2e787b4ecf14e35085d9739a0e9996f747
https://github.com/scummvm/scummvm/commit/3059ed2e787b4ecf14e35085d9739a0e9996f747
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-02-12T11:11:02+01:00
Commit Message:
BASE: Fix Dreamcast build
Changed paths:
base/main.cpp
diff --git a/base/main.cpp b/base/main.cpp
index a29d12012a9..1725f6e7652 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