Removed MDA and VGA macros. Replaced with video_is_mda()/video_is_vga()/video_is_ega_vga() functions.
This commit is contained in:
parent
636fd9748d
commit
bcfd38f42e
5 changed files with 146 additions and 38 deletions
|
|
@ -30,6 +30,9 @@ int video_old_to_new(int card);
|
|||
int video_new_to_old(int card);
|
||||
char *video_get_internal_name(int card);
|
||||
int video_get_video_from_internal_name(char *s);
|
||||
int video_is_mda();
|
||||
int video_is_cga();
|
||||
int video_is_ega_vga();
|
||||
|
||||
extern int video_fullscreen, video_fullscreen_scale, video_fullscreen_first;
|
||||
extern int video_force_aspect_ration;
|
||||
|
|
|
|||
Loading…
Reference in a new issue