This commit is contained in:
twinaphex 2019-04-23 20:22:07 +02:00
parent 95ad896f9b
commit 4eb2d8ae09

11
dirs.c
View File

@ -285,17 +285,6 @@ void dir_set(enum rarch_dir_type type, const char *path)
}
}
bool dir_set_defaults(enum default_dirs dir_type, const char *dirpath)
{
switch (dir_type)
{
case DEFAULT_DIR_PORT:
strlcpy(g_defaults.dirs[dir_type], dirpath,
sizeof(g_defaults.dirs[dir_type]));
break;
}
}
void dir_check_defaults(void)
{
unsigned i;