mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
Get rid of retroarch_fail() inside of load_dynamic
This commit is contained in:
parent
227b862cba
commit
40536fde63
@ -252,7 +252,6 @@ static bool load_dynamic_core(void)
|
|||||||
RARCH_ERR("Error(s): %s\n", dylib_error());
|
RARCH_ERR("Error(s): %s\n", dylib_error());
|
||||||
|
|
||||||
runloop_msg_queue_push(msg_hash_to_str(MSG_FAILED_TO_OPEN_LIBRETRO_CORE), 1, 180, true);
|
runloop_msg_queue_push(msg_hash_to_str(MSG_FAILED_TO_OPEN_LIBRETRO_CORE), 1, 180, true);
|
||||||
retroarch_fail(1, "load_dynamic_core()");
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user