mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +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));
|
||||
|
||||
/* Path can be relative here.
|
||||
* Ensure we're pushing absolute path. */
|
||||
if (*tmp)
|
||||
{
|
||||
/* Path can be relative here.
|
||||
* Ensure we're pushing absolute path. */
|
||||
path_resolve_realpath(tmp, sizeof(tmp));
|
||||
}
|
||||
|
||||
if (rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL) || !info)
|
||||
content_push_to_history_playlist(
|
||||
|
Loading…
x
Reference in New Issue
Block a user