mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
change default filter location
This commit is contained in:
parent
778842abe3
commit
f7b3059dcd
@ -38,6 +38,12 @@ static const bool _network_gamepad_supp = true;
|
|||||||
static const bool _network_gamepad_supp = false;
|
static const bool _network_gamepad_supp = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_FILTERS_BUILTIN
|
||||||
|
static const bool _cpu_filters = true;
|
||||||
|
#else
|
||||||
|
static const bool _cpu_filters = false;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBUSB
|
#ifdef HAVE_LIBUSB
|
||||||
static const bool _libusb_supp = true;
|
static const bool _libusb_supp = true;
|
||||||
#else
|
#else
|
||||||
|
@ -1799,9 +1799,9 @@ static void frontend_linux_get_env(int *argc,
|
|||||||
fill_pathname_join(g_defaults.dir.autoconfig,
|
fill_pathname_join(g_defaults.dir.autoconfig,
|
||||||
app_dir, "autoconfig", sizeof(g_defaults.dir.autoconfig));
|
app_dir, "autoconfig", sizeof(g_defaults.dir.autoconfig));
|
||||||
fill_pathname_join(g_defaults.dir.audio_filter,
|
fill_pathname_join(g_defaults.dir.audio_filter,
|
||||||
app_dir, "audio_filters", sizeof(g_defaults.dir.audio_filter));
|
app_dir, "filters/audio", sizeof(g_defaults.dir.audio_filter));
|
||||||
fill_pathname_join(g_defaults.dir.video_filter,
|
fill_pathname_join(g_defaults.dir.video_filter,
|
||||||
app_dir, "video_filters", sizeof(g_defaults.dir.video_filter));
|
app_dir, "filters/video", sizeof(g_defaults.dir.video_filter));
|
||||||
strlcpy(g_defaults.dir.content_history,
|
strlcpy(g_defaults.dir.content_history,
|
||||||
app_dir, sizeof(g_defaults.dir.content_history));
|
app_dir, sizeof(g_defaults.dir.content_history));
|
||||||
fill_pathname_join(g_defaults.dir.database,
|
fill_pathname_join(g_defaults.dir.database,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user