Mercurial > sdl-ios-xcode
view src/video/fbcon/Makefile.am @ 941:5095c4a264aa
Date: Mon, 12 Jul 2004 14:17:47 -0500
From: Richard Smith
Subject: Re: [SDL] Disableing color depth and mode searching
> Also, I should add that a quick way to get the desired effect is to
> #define BROKEN_MODES on top of the SDL_fbvideo.c file.
>
Ah yes, I see that looks like that will do what I need. Curious as to
why this is a #define and not an enviroment variable like the other
settings.
I would think that finding cards (or chips) with broken modes would be
the norm rather than the execption.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Aug 2004 11:34:24 +0000 |
parents | 5d4bafca35cd |
children |
line wrap: on
line source
## Makefile.am for SDL using the framebuffer console video driver noinst_LTLIBRARIES = libvideo_fbcon.la libvideo_fbcon_la_SOURCES = $(FBCON_SRCS) # The SDL framebuffer console video driver sources FBCON_SRCS = \ SDL_fbkeys.h \ SDL_fbvideo.h \ SDL_fbelo.c \ SDL_fbelo.h \ SDL_fbevents.c \ SDL_fbevents_c.h \ SDL_fb3dfx.c \ SDL_fb3dfx.h \ SDL_fbmatrox.c \ SDL_fbmatrox.h \ SDL_fbmouse.c \ SDL_fbmouse_c.h \ SDL_fbriva.c \ SDL_fbriva.h \ SDL_fbvideo.c \ 3dfx_mmio.h \ 3dfx_regs.h \ matrox_mmio.h \ matrox_regs.h \ riva_mmio.h \ riva_regs.h