mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Forgot the other half of that last bugfix
This commit is contained in:
parent
8f8e6dfc5f
commit
11a3063fc6
@ -872,6 +872,8 @@ bool init_netplay(void *direct_host, const char *server, unsigned port,
|
||||
return false;
|
||||
|
||||
core_set_default_callbacks(&cbs);
|
||||
if (!core_set_netplay_callbacks())
|
||||
return false;
|
||||
|
||||
/* Map the core's quirks to our quirks */
|
||||
serialization_quirks = core_serialization_quirks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user