Merge pull request #6858 from meleu/patch-22

show cheevos description on RGUI - fixes #6764
This commit is contained in:
Twinaphex 2018-06-04 03:53:39 +02:00 committed by GitHub
commit 5bc7acffd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 (