This commit is contained in:
Bernhard Schelling 2023-06-24 03:27:14 +09:00 committed by LibretroAdmin
parent e2621a8474
commit eceb712ca9

View File

@ -278,7 +278,7 @@ enum netplay_modus
/* Netplay operates by having the active core send and receive custom /* Netplay operates by having the active core send and receive custom
packets once connection setup and handshake has been completed. packets once connection setup and handshake has been completed.
Time skips (pausing, fast forward, save state loading) are refused. */ Time skips (pausing, fast forward, save state loading) are refused. */
NETPLAY_MODUS_CORE_PACKET_INTERFACE = 1, NETPLAY_MODUS_CORE_PACKET_INTERFACE = 1
}; };
/* Input state for a particular client-device pair */ /* Input state for a particular client-device pair */