mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Build fix - move init_libretro_cbs_netplay outside of HAVE_COMMAND
block
This commit is contained in:
parent
9f48a2bca2
commit
f1bf2fab85
@ -1665,6 +1665,9 @@ static void deinit_command(void)
|
|||||||
driver.command = NULL;
|
driver.command = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_NETPLAY
|
||||||
static void init_libretro_cbs_netplay(void)
|
static void init_libretro_cbs_netplay(void)
|
||||||
{
|
{
|
||||||
pretro_set_video_refresh(g_extern.netplay_is_spectate ?
|
pretro_set_video_refresh(g_extern.netplay_is_spectate ?
|
||||||
@ -2673,6 +2676,7 @@ static void check_volume(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_NETPLAY
|
#ifdef HAVE_NETPLAY
|
||||||
|
|
||||||
static void check_netplay_flip(void)
|
static void check_netplay_flip(void)
|
||||||
{
|
{
|
||||||
static bool old_pressed;
|
static bool old_pressed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user