mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
(config.lcd) Build fix
This commit is contained in:
parent
beefda4619
commit
eda2441fe9
@ -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;
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user