mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Get rid of retroarch_fail() inside of load_dynamic
This commit is contained in:
parent
227b862cba
commit
40536fde63
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ static bool load_dynamic_core(void)
|
|||
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);
|
||||
retroarch_fail(1, "load_dynamic_core()");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue