mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Add NOTE/TODO about globals
This commit is contained in:
parent
ee6c2393c1
commit
04ee55f202
@ -4870,8 +4870,9 @@ default_action_ok_dl_push(action_ok_push_content_list, FILEBROWSER_SELECT_FILE,
|
||||
default_action_ok_dl_push(action_ok_push_scan_file, FILEBROWSER_SCAN_FILE, ACTION_OK_DL_CONTENT_LIST, settings->paths.directory_menu_content)
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
struct netplay_host_list *lan_hosts;
|
||||
int lan_room_count;
|
||||
/* TODO/FIXME - globals - remove */
|
||||
static struct netplay_host_list *lan_hosts = NULL;
|
||||
static int lan_room_count = 0;
|
||||
|
||||
void netplay_refresh_rooms_menu(file_list_t *list)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user