vsuni: simplify game database and other fixes
- simplify game database - remove pre-configured core options. they are now created on a per-game basis on rom load. - some minor data type changes
This commit is contained in:
@@ -784,7 +784,7 @@ static void set_variables(void)
|
||||
}
|
||||
|
||||
/* append dipswitches to core options if available */
|
||||
set_dipswitch_variables(&index_core, &retro_vars[0]);
|
||||
set_dipswitch_variables(&index_core, retro_vars);
|
||||
|
||||
/* NULL terminate */
|
||||
retro_vars[index_core] = vars_empty;
|
||||
|
||||
Reference in New Issue
Block a user