mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
Fixed Parental Control (now it is confirmed to work)
This commit is contained in:
parent
fbd3d96e19
commit
224b947aa4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user