- removed support for paletted Windows display modes.
This was only relevant for DirectDraw which has been removed.
This commit is contained in:
parent
ded21cba8e
commit
dd491d6558
10 changed files with 1 additions and 68 deletions
|
|
@ -121,11 +121,6 @@ public:
|
|||
void GetFlash(PalEntry &rgb, int &amount) { DBGBREAK; }
|
||||
int GetPageCount() { DBGBREAK; return 0; }
|
||||
bool IsFullscreen() { DBGBREAK; return 0; }
|
||||
#ifdef _WIN32
|
||||
void PaletteChanged() {}
|
||||
int QueryNewPalette() { return 0; }
|
||||
bool Is8BitMode() { return false; }
|
||||
#endif
|
||||
|
||||
float Gamma;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue