mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Prevent warning
This commit is contained in:
parent
42c5bf6c03
commit
29d5fc67a2
@ -609,7 +609,7 @@ static int populate_settings_path(settings_t *settings, struct config_path_setti
|
|||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_DYNAMIC
|
#ifndef HAVE_DYNAMIC
|
||||||
SETTING_PATH("libretro_path",
|
SETTING_PATH("libretro_path",
|
||||||
config_get_active_core_path(), false, NULL, false);
|
config_get_active_core_path_ptr(), false, NULL, false);
|
||||||
#endif
|
#endif
|
||||||
SETTING_PATH(
|
SETTING_PATH(
|
||||||
"screenshot_directory",
|
"screenshot_directory",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user