mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +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;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
static void init_libretro_cbs_netplay(void)
|
||||
{
|
||||
pretro_set_video_refresh(g_extern.netplay_is_spectate ?
|
||||
@ -2673,6 +2676,7 @@ static void check_volume(void)
|
||||
}
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
|
||||
static void check_netplay_flip(void)
|
||||
{
|
||||
static bool old_pressed;
|
||||
|
Loading…
Reference in New Issue
Block a user