This commit is contained in:
twinaphex 2021-09-20 21:21:54 +02:00
parent d2af43d457
commit 94b5769375
2 changed files with 0 additions and 11 deletions

View File

@ -102,6 +102,4 @@ bool netplay_discovery_driver_ctl(enum rarch_netplay_discovery_ctl_state state,
extern struct netplay_room *netplay_room_list;
extern int netplay_room_count;
struct netplay_room* netplay_get_host_room(void);
#endif

View File

@ -286,15 +286,6 @@
static runloop_state_t runloop_state;
/* GLOBAL POINTER GETTERS */
#ifdef HAVE_NETWORKING
struct netplay_room* netplay_get_host_room(void)
{
struct rarch_state *p_rarch = &rarch_st;
return &p_rarch->netplay_host_room;
}
#endif
#ifdef HAVE_REWIND
bool state_manager_frame_is_reversed(void)
{