mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Cleanups
This commit is contained in:
parent
d2af43d457
commit
94b5769375
@ -102,6 +102,4 @@ bool netplay_discovery_driver_ctl(enum rarch_netplay_discovery_ctl_state state,
|
|||||||
extern struct netplay_room *netplay_room_list;
|
extern struct netplay_room *netplay_room_list;
|
||||||
extern int netplay_room_count;
|
extern int netplay_room_count;
|
||||||
|
|
||||||
struct netplay_room* netplay_get_host_room(void);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -286,15 +286,6 @@
|
|||||||
static runloop_state_t runloop_state;
|
static runloop_state_t runloop_state;
|
||||||
|
|
||||||
/* GLOBAL POINTER GETTERS */
|
/* 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
|
#ifdef HAVE_REWIND
|
||||||
bool state_manager_frame_is_reversed(void)
|
bool state_manager_frame_is_reversed(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user