Unfinished proof of concept regarding my compromise with LordHoto in IRC.

svn-id: r41464
This commit is contained in:
Jody Northup 2009-06-12 08:49:45 +00:00
parent 6adbd0c41e
commit 2ee51a8fa1
6 changed files with 48 additions and 17 deletions

View file

@ -88,7 +88,7 @@ public:
// Set the depth and format of the video bitmap
// Typically, CLUT8
virtual void initFormat(Graphics::ColorMode format);
virtual void initFormat(Graphics::PixelFormat format);
// Game screen
virtual Graphics::PixelFormat getScreenFormat() const { return _screenFormat; }
@ -302,7 +302,7 @@ protected:
int screenWidth, screenHeight;
int overlayWidth, overlayHeight;
#ifdef ENABLE_16BIT
Graphics::ColorMode format;
Graphics::PixelFormat format;
#endif
};
VideoState _videoMode, _oldVideoMode;