fix with the correct enum

This commit is contained in:
radius 2016-11-29 00:56:54 -05:00
parent 869800dc04
commit ff828f884d

View File

@ -858,7 +858,7 @@ static int generic_action_ok_file_load(const char *corepath, const char *fullpat
if(runloop_ctl(RUNLOOP_CTL_IS_MISSING_BIOS, NULL)
&& !string_is_empty(settings->directory.system)
&& content_enum_idx == CONTENT_MODE_LOAD_NOTHING_WITH_CURRENT_CORE_FROM_MENU)
&& content_enum_idx == CONTENT_MODE_LOAD_CONTENT_WITH_CURRENT_CORE_FROM_MENU)
{
runloop_msg_queue_push(msg_hash_to_str(MSG_FIRMWARE), 200, 100, true);
RARCH_LOG(msg_hash_to_str(MSG_FIRMWARE));