1
0
Fork 0

new svgacard option that's not finished

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2441
This commit is contained in:
Sjoerd van der Berg 2006-01-30 09:49:07 +00:00
parent 45f98bff53
commit 8cceb3b0e9

View file

@ -47,6 +47,12 @@ enum MachineType {
MCH_VGA
};
enum SVGACards {
SVGA_None,
SVGA_S3Trio
};
extern SVGACards svgaCard;
extern MachineType machine;
extern bool SDLNetInited;