(rontend.c) Remove FIXME

This commit is contained in:
twinaphex 2013-07-24 16:50:22 +02:00
parent 95b1e71d8f
commit 1056b0b6b1
2 changed files with 0 additions and 3 deletions

View File

@ -148,7 +148,6 @@ static void rarch_get_environment(int argc, char *argv[])
config_load();
/* FIXME - when dummy loading becomes possible perhaps change this param */
init_libretro_sym(false);
rarch_init_system_info();

View File

@ -59,8 +59,6 @@ static void print_cur_config (void *data)
AConfiguration_getUiModeNight(android_app->config));
}
#define MAX_ARGS 32
static bool android_run_events (void *data)
{
int id = ALooper_pollOnce(-1, NULL, NULL, NULL);