Skip to content

Commit b070a36

Browse files
authored
Merge pull request #3392 from gizmo98/configuration_editor
Configuration editor: Add more driver options
2 parents d1e71fd + 70ec828 commit b070a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/supplementary/configedit.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ function advanced_configedit() {
231231
'input_overlay_enable true false'
232232
"input_overlay _file_ *.cfg $rootdir/emulators/retroarch/overlays"
233233
"audio_driver $audio_opts"
234-
'video_driver gl dispmanx sdl2 vg vulkan'
235-
'menu_driver rgui xmb'
234+
'video_driver gl dispmanx sdl2 vg vulkan glcore gl1'
235+
'menu_driver rgui xmb glui ozone'
236236
'video_fullscreen_x _string_'
237237
'video_fullscreen_y _string_'
238238
'video_frame_delay _string_'
@@ -251,7 +251,7 @@ function advanced_configedit() {
251251
'fps_show true false'
252252
'input_overlay_opacity _string_'
253253
'input_overlay_scale _string_'
254-
'input_joypad_driver udev sdl2 linuxraw'
254+
'input_joypad_driver udev sdl2 linuxraw hid'
255255
'game_specific_options true false'
256256
'input_player1_joypad_index _string_'
257257
'input_player2_joypad_index _string_'

0 commit comments

Comments
 (0)