comment this out for now
This commit is contained in:
parent
35d78bb010
commit
0c456c2235
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue