File: 02_hide_settings.patch

package info (click to toggle)
retroarch 1.7.3%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 49,188 kB
  • sloc: ansic: 600,492; cpp: 23,670; objc: 8,299; asm: 6,404; sh: 2,203; xml: 2,144; makefile: 1,867; python: 1,582; java: 941; perl: 393
file content (19 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: There is a package for assets, let's avoid confusion in the Online Updater
Index: RetroArch-1.7.3/menu/menu_displaylist.c
===================================================================
--- RetroArch-1.7.3.orig/menu/menu_displaylist.c
+++ RetroArch-1.7.3/menu/menu_displaylist.c
@@ -3109,11 +3109,13 @@ static int menu_displaylist_parse_option
             MENU_SETTING_ACTION, 0, 0);
 
 #ifdef HAVE_UPDATE_ASSETS
+/*
    menu_entries_append_enum(info->list,
          msg_hash_to_str(MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS),
          msg_hash_to_str(MENU_ENUM_LABEL_UPDATE_ASSETS),
          MENU_ENUM_LABEL_UPDATE_ASSETS,
          MENU_SETTING_ACTION, 0, 0);
+*/
 #endif
 
    menu_entries_append_enum(info->list,