Fixed ROM autoselection.
Video card menu now only lists cards for which ROMs are present again.
This commit is contained in:
parent
f0cb44a033
commit
c05d6693b6
3 changed files with 24 additions and 7 deletions
|
|
@ -16,5 +16,6 @@ extern MODEL models[];
|
|||
extern int model;
|
||||
|
||||
int model_getromset();
|
||||
int model_getmodel(int romset);
|
||||
char *model_getname();
|
||||
void model_init();
|
||||
|
|
|
|||
Loading…
Reference in a new issue