Support up to 3 alternative INI files (Back+DPAD in OSD). Some refactoring in cfg/ini parsing.

This commit is contained in:
sorgelig
2020-03-17 00:20:09 +08:00
parent 4cc307dbec
commit f9b5b9bbc3
10 changed files with 334 additions and 350 deletions

View File

@@ -1002,7 +1002,7 @@ void FindStorage(void)
{
int saveddev = device;
device = 0;
MiSTer_ini_parse();
cfg_parse();
device = saveddev;
video_mode_load();
user_io_send_buttons(1);