mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
action_ok_start_core - clear content path
This commit is contained in:
parent
78395c449b
commit
e92ee4fba7
@ -1744,6 +1744,7 @@ static int action_ok_rpl_entry(const char *path,
|
||||
static int action_ok_start_core(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||
{
|
||||
runloop_ctl(RUNLOOP_CTL_CLEAR_CONTENT_PATH, NULL);
|
||||
event_cmd_ctl(EVENT_CMD_LOAD_CORE, NULL);
|
||||
if (rarch_task_push_content_load_default(
|
||||
NULL, NULL, false, CORE_TYPE_PLAIN, NULL, NULL))
|
||||
|
Loading…
x
Reference in New Issue
Block a user