(config.lcd) Build fix

This commit is contained in:
lordashram 2014-11-26 07:32:32 -06:00
parent beefda4619
commit eda2441fe9
2 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,7 @@ static void config_default(void)
config.addr_error = 1;
config.bios = 0;
config.lock_on = 0;
config.lcd = 0; /* 0.8 fixed point */
/* video options */
config.overscan = 0;

View File

@ -61,6 +61,7 @@ struct
uint8 lock_on;
uint8 overscan;
uint8 ntsc;
uint8 lcd;
uint8 gg_extra;
uint8 render;
t_input_config input[MAX_INPUTS];