- 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
|
|
@ -894,27 +894,6 @@ int D3DFB::GetPageCount ()
|
|||
return 1;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// D3DFB :: PaletteChanged
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
void D3DFB::PaletteChanged ()
|
||||
{
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// D3DFB :: QueryNewPalette
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
int D3DFB::QueryNewPalette ()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// D3DFB :: IsValid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue