mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add TODO/FIXME note and exclude ifdef for now
This commit is contained in:
parent
d28402b87d
commit
148a489af5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue