mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-13 06:15:07 +01:00
commit
35fff7ebd5
@ -442,6 +442,7 @@ static void config_default(void)
|
|||||||
config.addr_error = 1;
|
config.addr_error = 1;
|
||||||
config.bios = 0;
|
config.bios = 0;
|
||||||
config.lock_on = 0;
|
config.lock_on = 0;
|
||||||
|
config.lcd = 0; /* 0.8 fixed point */
|
||||||
|
|
||||||
/* video options */
|
/* video options */
|
||||||
config.overscan = 0;
|
config.overscan = 0;
|
||||||
|
@ -61,6 +61,7 @@ struct
|
|||||||
uint8 lock_on;
|
uint8 lock_on;
|
||||||
uint8 overscan;
|
uint8 overscan;
|
||||||
uint8 ntsc;
|
uint8 ntsc;
|
||||||
|
uint8 lcd;
|
||||||
uint8 gg_extra;
|
uint8 gg_extra;
|
||||||
uint8 render;
|
uint8 render;
|
||||||
t_input_config input[MAX_INPUTS];
|
t_input_config input[MAX_INPUTS];
|
||||||
|
Loading…
Reference in New Issue
Block a user