mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Fix non-HAVE_NETWORKING targets
This commit is contained in:
parent
3fd7338df1
commit
4319379d57
@ -2891,11 +2891,13 @@ static void menu_input_post_iterate(
|
||||
static void menu_input_reset(struct rarch_state *p_rarch);
|
||||
#endif
|
||||
|
||||
#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
|
||||
|
||||
content_state_t *content_state_get_ptr(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user