mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-23 18:31:56 +01:00
Fixed Parental Control (now it is confirmed to work)
This commit is contained in:
parent
fbd3d96e19
commit
224b947aa4
@ -1578,6 +1578,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();
|
||||||
cfg_load_game_num();
|
cfg_load_game_num();
|
||||||
|
Loading…
Reference in New Issue
Block a user