mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(iOS) Expose input_overlay_enable - need to refactor all this code
anyway and just show all settings anyways
This commit is contained in:
parent
b4312ba411
commit
9f5ee4564d
@ -762,7 +762,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
const char* emula[] = { "General Options", "rewind_enable", "fps_show", 0 };
|
||||
const char* video[] = { "Video Options", "video_scale_integer", "video_smooth", 0 };
|
||||
const char* audio[] = { "Audio Options", "audio_mute", "audio_rate_control", "audio_rate_control_delta", 0 };
|
||||
const char* input[] = { "Input Options", "input_overlay", "input_overlay_opacity", 0 };
|
||||
const char* input[] = { "Input Options", "input_overlay_enable", "input_overlay", "input_overlay_opacity", 0 };
|
||||
const char** groups[] = { emula, video, audio, input, 0 };
|
||||
|
||||
for (i = 0; groups[i]; i ++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user