diff options
author | Marcus Comstedt | 2005-04-02 15:45:50 +0000 |
---|---|---|
committer | Marcus Comstedt | 2005-04-02 15:45:50 +0000 |
commit | c734fc5b5c224c0aaf7233f745fc7e08a6f59d57 (patch) | |
tree | 2033db246a905b0a50e80759514b1982705e1fbf /backends/dc | |
parent | b5f281e9d8b0f2d75c03b40c2f04e1df1c0cc94c (diff) | |
download | scummvm-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.cpp | 1 |
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; |