mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 16:52:43 -05:00
Throw error on failed parental validation.
Also use CFGU instead of CFG for reading restrictions
This commit is contained in:
@@ -505,6 +505,7 @@ bool themeplaza_browser(EntryMode mode)
|
||||
SwkbdResult swkbd_res = swkbdGetResult(&swkbd);
|
||||
if (swkbd_res != SWKBD_PARENTAL_OK)
|
||||
{
|
||||
throw_error("Parental Control validation failed!\nBrowser Access restricted.", ERROR_LEVEL_WARNING);
|
||||
return downloaded;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user