modified internal item list for Game Mode to SFW Mode

This commit is contained in:
jbohack
2022-12-26 02:29:42 -05:00
parent bb8999ce62
commit efb65b0e14
@@ -120,7 +120,7 @@ void desktop_settings_scene_start_on_enter(void* context) {
item = variable_item_list_add(
variable_item_list,
"Games Only",
"SFW Content Only",
SFWMODE_COUNT,
desktop_settings_scene_start_sfwmode_changed,
app);