This commit is contained in:
twinaphex 2016-05-16 17:32:38 +02:00
parent bb1d1da693
commit 6c62c297fd

View File

@ -150,12 +150,10 @@ int rarch_main(int argc, char *argv[], void *data)
strlcpy(tmp, fullpath, sizeof(tmp)); strlcpy(tmp, fullpath, sizeof(tmp));
/* Path can be relative here.
* Ensure we're pushing absolute path. */
if (*tmp) if (*tmp)
{
/* Path can be relative here.
* Ensure we're pushing absolute path. */
path_resolve_realpath(tmp, sizeof(tmp)); path_resolve_realpath(tmp, sizeof(tmp));
}
if (rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL) || !info) if (rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL) || !info)
content_push_to_history_playlist( content_push_to_history_playlist(