mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Cleanup
This commit is contained in:
parent
bb1d1da693
commit
6c62c297fd
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user