From 0c456c22356a2884eca1b207203053b443e66f68 Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 27 Feb 2017 23:47:04 -0500 Subject: [PATCH] comment this out for now --- menu/cbs/menu_cbs_ok.c | 2 +- network/netplay/netplay_discovery.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 7e41afd930..ed0499aa6f 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -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; diff --git a/network/netplay/netplay_discovery.c b/network/netplay/netplay_discovery.c index e7a706f669..69c7eed3c7 100644 --- a/network/netplay/netplay_discovery.c +++ b/network/netplay/netplay_discovery.c @@ -37,8 +37,8 @@ #include #include #include "../../file_path_special.h" -#include "../paths.h" -#include "../content.h" +#include "../../paths.h" +#include "../../content.h" #include #include