12
12
rp_module_id=" retroarch"
13
13
rp_module_desc=" RetroArch - frontend to the libretro emulator cores - required by all lr-* emulators"
14
14
rp_module_licence=" GPL3 https://raw.githubusercontent.com/libretro/RetroArch/master/COPYING"
15
- rp_module_repo=" git https://github.com/RetroPie /RetroArch.git retropie-v1.10 .0"
15
+ rp_module_repo=" git https://github.com/retropie /RetroArch.git retropie-v1.12 .0"
16
16
rp_module_section=" core"
17
17
18
18
function depends_retroarch() {
@@ -173,7 +173,6 @@ function configure_retroarch() {
173
173
iniSet " system_directory" " $biosdir "
174
174
iniSet " config_save_on_exit" " false"
175
175
iniSet " video_aspect_ratio_auto" " true"
176
- iniSet " rgui_show_start_screen" " false"
177
176
iniSet " rgui_browser_directory" " $romdir "
178
177
iniSet " rgui_switch_icons" " false"
179
178
@@ -229,6 +228,7 @@ function configure_retroarch() {
229
228
iniSet " auto_remaps_enable" " true"
230
229
iniSet " input_joypad_driver" " udev"
231
230
iniSet " all_users_control_menu" " true"
231
+ iniSet " remap_save_on_exit" " false"
232
232
233
233
# rgui by default
234
234
iniSet " menu_driver" " rgui"
@@ -238,6 +238,14 @@ function configure_retroarch() {
238
238
iniSet " menu_show_core_updater" " false"
239
239
iniSet " menu_show_online_updater" " false"
240
240
iniSet " menu_show_restart_retroarch" " false"
241
+ # disable the search action
242
+ iniSet " menu_disable_search_button" " true"
243
+
244
+ # remove some options from quick menu
245
+ iniSet " quick_menu_show_close_content" " false"
246
+ iniSet " quick_menu_show_add_to_favorites" " false"
247
+ iniSet " menu_show_overlays" " false"
248
+
241
249
# disable the load notification message with core and game info
242
250
iniSet " menu_show_load_content_animation" " false"
243
251
@@ -287,6 +295,12 @@ function configure_retroarch() {
287
295
# disable the content load info popup with core and game info
288
296
_set_config_option_retroarch " menu_show_load_content_animation" " false"
289
297
298
+ # disable search action
299
+ _set_config_option_retroarch " menu_disable_search_button" " true"
300
+
301
+ # don't save input remaps by default
302
+ _set_config_option_retroarch " remap_save_on_exit" " false"
303
+
290
304
# remapping hack for old 8bitdo firmware
291
305
addAutoConf " 8bitdo_hack" 0
292
306
}
0 commit comments