Added option to disable CGA snow emulation.
This commit is contained in:
parent
ea40fefa4f
commit
9111b282f9
2 changed files with 18 additions and 4 deletions
|
|
@ -30,6 +30,7 @@ typedef struct cga_t
|
|||
|
||||
int revision;
|
||||
int composite;
|
||||
int snow_enabled;
|
||||
} cga_t;
|
||||
|
||||
void cga_init(cga_t *cga);
|
||||
|
|
|
|||
Loading…
Reference in a new issue