(frontend) Get rid of one redundant RARCH_CONSOLE ifdef
This commit is contained in:
parent
d640c16eb3
commit
3fda41bb8a
|
@ -81,9 +81,7 @@ void rarch_make_dir(const char *x, const char *name)
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(RARCH_CONSOLE)
|
||||
void rarch_get_environment_console(void)
|
||||
{
|
||||
init_libretro_sym(false);
|
||||
|
|
Loading…
Reference in New Issue