mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 08:33:40 +00:00
(rontend.c) Remove FIXME
This commit is contained in:
parent
95b1e71d8f
commit
1056b0b6b1
@ -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();
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user