mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-03 05:40:56 +00:00
Merge pull request #6858 from meleu/patch-22
show cheevos description on RGUI - fixes #6764
This commit is contained in:
commit
5bc7acffd5
@ -40,7 +40,8 @@ static enum action_iterate_type action_iterate_type(const char *label)
|
||||
string_is_equal(label, "help_loading_content") ||
|
||||
string_is_equal(label, "help_scanning_content") ||
|
||||
string_is_equal(label, "help_change_virtual_gamepad") ||
|
||||
string_is_equal(label, "help_audio_video_troubleshooting")
|
||||
string_is_equal(label, "help_audio_video_troubleshooting") ||
|
||||
string_is_equal(label, "cheevos_description")
|
||||
)
|
||||
return ITERATE_TYPE_HELP;
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user