(task_load_content) Cleanups
This commit is contained in:
parent
7914dda336
commit
c13639147e
|
@ -978,7 +978,7 @@ static bool task_load_content(content_ctx_info_t *content_info,
|
||||||
path_resolve_realpath(tmp, sizeof(tmp));
|
path_resolve_realpath(tmp, sizeof(tmp));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (info && *tmp)
|
if (info && !string_is_empty(tmp))
|
||||||
{
|
{
|
||||||
const char *core_path = NULL;
|
const char *core_path = NULL;
|
||||||
const char *core_name = NULL;
|
const char *core_name = NULL;
|
||||||
|
@ -1324,7 +1324,6 @@ bool task_push_content_load_default(
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
RARCH_LOG("MODE: %d\n", mode);
|
|
||||||
/* Load content */
|
/* Load content */
|
||||||
switch (mode)
|
switch (mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue