mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 17:32:17 -05:00
*** empty log message ***
This commit is contained in:
parent
2969ebb722
commit
cc3fd6a8dd
|
|
@ -131,14 +131,8 @@ static unsigned long F30_palette[256];
|
|||
|
||||
static int XBIOS_Available(void)
|
||||
{
|
||||
const char *envr = getenv("SDL_VIDEODRIVER");
|
||||
unsigned long cookie_vdo;
|
||||
|
||||
/* Check if user asked a different video driver */
|
||||
if ((envr) && (strcmp(envr, XBIOS_VID_DRIVER_NAME)!=0)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Cookie _VDO present ? if not, assume ST machine */
|
||||
if (Getcookie(C__VDO, &cookie_vdo) != C_FOUND) {
|
||||
cookie_vdo = VDO_ST << 16;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user