mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 00:02:31 +00:00
Add HAVE_NETPLAY ifdef
This commit is contained in:
parent
c953b78f07
commit
89a5196403
@ -1746,11 +1746,13 @@ bool config_load_override(void)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_NETPLAY
|
||||||
if (global->netplay_enable)
|
if (global->netplay_enable)
|
||||||
{
|
{
|
||||||
RARCH_WARN("Can't use overrides in conjunction with netplay, disabling overrides\n");
|
RARCH_WARN("Can't use overrides in conjunction with netplay, disabling overrides\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
char buf[PATH_MAX_LENGTH];
|
char buf[PATH_MAX_LENGTH];
|
||||||
//Store the libretro_path we're using since it will be overwritten by the override when reloading
|
//Store the libretro_path we're using since it will be overwritten by the override when reloading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user