-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
c976fbb
commit 107283e
Showing
5 changed files
with
143 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.