Added option to disable CGA snow emulation.

This commit is contained in:
SarahW 2016-07-21 21:36:51 +01:00
commit 9111b282f9
2 changed files with 18 additions and 4 deletions

View file

@ -30,6 +30,7 @@ typedef struct cga_t
int revision;
int composite;
int snow_enabled;
} cga_t;
void cga_init(cga_t *cga);