Bernhard Schelling 107283edc8
Updates to the netplay netpacket interface (#15887)
* Updates to the netplay netpacket interface
- Switch environment call number from 76 to 78 (retire 76 as it was never used by any core)
- Simplify broadcasts by removing the option to send to all but one client
- Separate explicit flushing and querying of incoming packet into two operations (RETRO_NETPACKET_FLUSH_HINT and retro_netpacket_poll_receive_t)
- Enable a core to specify a protocol version string which can get used instead of core version to determine compatibility between two players
- Log and notify a separate message when there is a content crc mismsatch to convey it being less severe (as different games may be able to do network communication with each other)

* C89 compile fix
2023-11-09 16:36:08 -08:00
..
2020-08-15 20:38:31 +02:00
2023-02-23 16:11:01 +01:00
2022-10-10 06:36:02 +02:00
2023-02-23 13:15:14 +01:00
2020-11-01 17:22:32 +01:00
2020-01-31 15:43:42 +01:00
2020-01-31 15:43:42 +01:00
2023-08-04 09:20:50 +02:00
2020-09-01 17:43:22 +02:00
2023-08-17 21:58:41 +02:00
2020-01-31 15:43:42 +01:00
2020-01-31 15:43:42 +01:00
2020-01-31 15:43:42 +01:00
2020-01-31 15:43:42 +01:00
2020-12-27 18:56:00 +01:00
2021-02-03 09:58:50 +01:00
2021-09-13 18:09:44 +02:00
2023-07-14 21:24:15 +02:00