From 224b947aa441f185c3eeafd3112155b0fa3f284a Mon Sep 17 00:00:00 2001 From: hungyip Date: Wed, 3 Jun 2009 05:44:59 +0000 Subject: [PATCH] Fixed Parental Control (now it is confirmed to work) --- source/cfg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/cfg.c b/source/cfg.c index afc150c6..6ae9f2bb 100644 --- a/source/cfg.c +++ b/source/cfg.c @@ -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();