mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
Combine runloop_ctl and rarch_ctl
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user