mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 14:42:27 +00:00
that's a dumb bug.
This commit is contained in:
parent
c88e5e08a0
commit
69a630f8e0
@ -1182,6 +1182,10 @@ static void retroarch_main_init_media(void)
|
||||
if (!settings)
|
||||
return;
|
||||
|
||||
/* -L overrides internal cores */
|
||||
if (!string_is_empty(path_get(RARCH_PATH_CORE)))
|
||||
return;
|
||||
|
||||
builtin_imageviewer = settings->bools.multimedia_builtin_imageviewer_enable;
|
||||
builtin_mediaplayer = settings->bools.multimedia_builtin_mediaplayer_enable;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user