mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-01-11 03:09:08 +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);
|
snprintf(pathname, sizeof(pathname), "%stitles.txt", CFG.titlestxt_path);
|
||||||
cfg_parsefile(pathname, &title_set);
|
cfg_parsefile(pathname, &title_set);
|
||||||
|
|
||||||
|
cfg_parsefile("SD:/config/GXGameSettings.cfg", &parental_set);
|
||||||
|
|
||||||
// load per-game settings
|
// load per-game settings
|
||||||
cfg_load_games();
|
cfg_load_games();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user