mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 15:02:35 +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;
|
||||
}
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
if (global->netplay_enable)
|
||||
{
|
||||
RARCH_WARN("Can't use overrides in conjunction with netplay, disabling overrides\n");
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
char buf[PATH_MAX_LENGTH];
|
||||
//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