Fixed Parental Control (now it is confirmed to work)

This commit is contained in:
hungyip 2009-06-03 05:44:59 +00:00
parent fbd3d96e19
commit 224b947aa4

View File

@ -1577,6 +1577,8 @@ void CFG_Load(void)
snprintf(pathname, sizeof(pathname), "%stitles.txt", CFG.titlestxt_path);
cfg_parsefile(pathname, &title_set);
cfg_parsefile("SD:/config/GXGameSettings.cfg", &parental_set);
// load per-game settings
cfg_load_games();