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:
parent
45f98bff53
commit
8cceb3b0e9
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ enum MachineType {
|
|||
MCH_VGA
|
||||
};
|
||||
|
||||
enum SVGACards {
|
||||
SVGA_None,
|
||||
SVGA_S3Trio
|
||||
};
|
||||
|
||||
extern SVGACards svgaCard;
|
||||
extern MachineType machine;
|
||||
extern bool SDLNetInited;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue