Option in ini file to enable the recents.

This commit is contained in:
sorgelig
2019-12-29 06:54:42 +08:00
parent 7f4159a21e
commit e4d36a5548
4 changed files with 13 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ const ini_var_t ini_vars[] = {
{ "DIRECT_VIDEO", (void*)(&(cfg.direct_video)), UINT8, 0, 1 },
{ "OSD_ROTATE", (void*)(&(cfg.osd_rotate)), UINT8, 0, 2 },
{ "GAMEPAD_DEFAULTS", (void*)(&(cfg.gamepad_defaults)), UINT8, 0, 1 },
{ "RECENTS", (void*)(&(cfg.recents)), UINT8, 0, 1 },
};
// mist ini config