- removed support for paletted Windows display modes.

This was only relevant for DirectDraw which has been removed.
This commit is contained in:
Christoph Oelckers 2018-03-27 10:41:38 +02:00
commit dd491d6558
10 changed files with 1 additions and 68 deletions

View file

@ -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;
};