comment this out for now

This commit is contained in:
radius 2017-02-27 23:47:04 -05:00
parent 35d78bb010
commit 0c456c2235
2 changed files with 3 additions and 3 deletions

View File

@ -3423,7 +3423,7 @@ finish:
file_list_t *file_list = menu_entries_get_selection_buf_ptr(0);
struct netplay_host_list *lan_hosts;
netplay_discovery_driver_ctl(RARCH_NETPLAY_DISCOVERY_CTL_LAN_GET_RESPONSES, &lan_hosts);
//netplay_discovery_driver_ctl(RARCH_NETPLAY_DISCOVERY_CTL_LAN_GET_RESPONSES, &lan_hosts);
if (lan_hosts)
lan_room_count = lan_hosts->size;

View File

@ -37,8 +37,8 @@
#include <string/stdstring.h>
#include <file/file_path.h>
#include "../../file_path_special.h"
#include "../paths.h"
#include "../content.h"
#include "../../paths.h"
#include "../../content.h"
#include <compat/strl.h>
#include <net/net_compat.h>