aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc')
-rw-r--r--backends/dc/display.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/dc/display.cpp b/backends/dc/display.cpp
index 002229330b..4d7be44568 100644
--- a/backends/dc/display.cpp
+++ b/backends/dc/display.cpp
@@ -24,6 +24,7 @@
#include <common/stdafx.h>
#include <common/scummsys.h>
+#include <common/scaler/intern.h>
#include "dc.h"
#define SCREEN_W 640
@@ -175,6 +176,8 @@ void OSystem_Dreamcast::initSize(uint w, uint h, int overlayScale)
{
assert(w <= SCREEN_W && h <= SCREEN_H);
+ gBitFormat = 4444;
+
_overlay_visible = false;
_overlay_fade = 0.0;
_screen_w = w;
@@ -577,5 +580,3 @@ int OSystem_Dreamcast::getGraphicsMode() const
{
return 0;
}
-
-int gBitFormat = 4444;