Combine runloop_ctl and rarch_ctl

This commit is contained in:
twinaphex
2017-05-15 05:06:23 +02:00
parent 06f3feec61
commit bf3188eac4
30 changed files with 548 additions and 567 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ static int httpserver_handle_basic_info(struct mg_connection* conn, void* cbdata
}
mg_printf(conn, "],\"coreOptions\":[");
runloop_ctl(RUNLOOP_CTL_CORE_OPTIONS_LIST_GET, (void*)&core_opts);
rarch_ctl(RARCH_CTL_CORE_OPTIONS_LIST_GET, (void*)&core_opts);
opts = core_opts->opts;
for (p = 0; p < core_opts->size; p++, opts++)