From c734fc5b5c224c0aaf7233f745fc7e08a6f59d57 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sat, 2 Apr 2005 15:45:50 +0000 Subject: Until there is a proper way of communicating pixel format, declare ugly global variable... svn-id: r17334 --- backends/dc/display.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/dc') 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; -- cgit v1.2.3