frontend.c - cut down on one ifdef

This commit is contained in:
twinaphex 2013-07-27 17:18:18 +02:00
parent 003635499f
commit ad7884e441
1 changed files with 1 additions and 3 deletions

View File

@ -74,9 +74,6 @@ static bool libretro_install_core(const char *path_prefix,
return true; return true;
} }
#endif
#ifdef RARCH_CONSOLE
void rarch_make_dir(const char *x, const char *name) void rarch_make_dir(const char *x, const char *name)
{ {
RARCH_LOG("Checking directory name %s [%s]\n", name, x); RARCH_LOG("Checking directory name %s [%s]\n", name, x);
@ -90,6 +87,7 @@ void rarch_make_dir(const char *x, const char *name)
} }
} }
} }
#endif #endif
static void rarch_get_environment(int argc, char *argv[]) static void rarch_get_environment(int argc, char *argv[])