aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
diff options
context:
space:
mode:
authorMarcus Comstedt2005-04-02 15:45:50 +0000
committerMarcus Comstedt2005-04-02 15:45:50 +0000
commitc734fc5b5c224c0aaf7233f745fc7e08a6f59d57 (patch)
tree2033db246a905b0a50e80759514b1982705e1fbf /backends/dc
parentb5f281e9d8b0f2d75c03b40c2f04e1df1c0cc94c (diff)
downloadscummvm-rg350-c734fc5b5c224c0aaf7233f745fc7e08a6f59d57.tar.gz
scummvm-rg350-c734fc5b5c224c0aaf7233f745fc7e08a6f59d57.tar.bz2
scummvm-rg350-c734fc5b5c224c0aaf7233f745fc7e08a6f59d57.zip
Until there is a proper way of communicating pixel format, declare ugly global variable...
svn-id: r17334
Diffstat (limited to 'backends/dc')
-rw-r--r--backends/dc/display.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/dc/display.cpp b/backends/dc/display.cpp
index 040eb0dec5..2408db0fc8 100644
--- a/backends/dc/display.cpp
+++ b/backends/dc/display.cpp
@@ -572,3 +572,4 @@ int OSystem_Dreamcast::getGraphicsMode() const
return 0;
}
+int gBitFormat = 565;