mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 01:21:27 +00:00
Add TODO/FIXME note and exclude ifdef for now
This commit is contained in:
parent
d28402b87d
commit
148a489af5
@ -81,9 +81,9 @@
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
#include "../../network/netplay/netplay.h"
|
||||
#ifdef HAVE_NETPLAYDISCOVERY
|
||||
/* TODO/FIXME - we can't ifdef netplay_discovery.h because of these pesky globals 'netplay_room_count' and 'netplay_room_list' - let's please get rid of them */
|
||||
#include "../../network/netplay/netplay_discovery.h"
|
||||
#endif
|
||||
|
||||
#include "../../wifi/wifi_driver.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user