Unfinished proof of concept regarding my compromise with LordHoto in IRC.
svn-id: r41464
This commit is contained in:
parent
6adbd0c41e
commit
2ee51a8fa1
6 changed files with 48 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue