mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Adding new network commands to the Netplay README.
This commit is contained in:
parent
7271d1c3fa
commit
9a91570db8
@ -125,6 +125,22 @@ Payload: None
|
|||||||
Description:
|
Description:
|
||||||
Gracefully disconnect. Not used.
|
Gracefully disconnect. Not used.
|
||||||
|
|
||||||
|
Command: CRC
|
||||||
|
Payload:
|
||||||
|
{
|
||||||
|
frame number: uint32
|
||||||
|
hash: uint32
|
||||||
|
}
|
||||||
|
Description:
|
||||||
|
Informs the peer of the correct CRC hash for the specified frame. If the
|
||||||
|
receiver's hash doesn't match, they should send a REQUEST_SAVESTATE
|
||||||
|
command.
|
||||||
|
|
||||||
|
Command: REQUEST_SAVESTATE
|
||||||
|
Payload: None
|
||||||
|
Description:
|
||||||
|
Requests that the peer send a savestate.
|
||||||
|
|
||||||
Command: LOAD_SAVESTATE
|
Command: LOAD_SAVESTATE
|
||||||
Payload:
|
Payload:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user