Skip to content

Commit 0619d80

Browse files
authored
Merge pull request #3475 from cmitu/focus-mode
Configuration Editor: add the auto game focus conf
2 parents 53e1620 + fe83d88 commit 0619d80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scriptmodules/supplementary/configedit.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function basic_configedit() {
173173
'_function_ _video_fullscreen_configedit'
174174
'video_shader_enable true false'
175175
"video_shader _file_ *.*p $rootdir/emulators/retroarch/shader"
176+
'input_auto_game_focus _id_ off on detect'
176177
'input_overlay_enable true false'
177178
"input_overlay _file_ *.cfg $rootdir/emulators/retroarch/overlays"
178179
'_function_ _joypad_index_configedit'
@@ -188,6 +189,7 @@ function basic_configedit() {
188189
'Render Resolution'
189190
'Video Shader Enable'
190191
"Video Shader File"
192+
'Auto Enable "Game Focus" Mode'
191193
'Overlay Enable'
192194
'Overlay File'
193195
'Choose joypad order'
@@ -203,6 +205,7 @@ function basic_configedit() {
203205
'Configure the resolution to render the emulator output at - for better performance on full HD displays choose a lower resolution and it will be upscaled in hardware'
204206
'Load video_shader on startup. Other shaders can still be loaded later in runtime.'
205207
'Video shader to use (default none)'
208+
'Controls the automatic loading of "Game Focus" mode when starting a game.'
206209
'Load input overlay on startup. Other overlays can still be loaded later in runtime.'
207210
'Input overlay to use (default none)'
208211
'Manual selection of joypad order'

0 commit comments

Comments
 (0)