mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
C89 fix
This commit is contained in:
parent
e2621a8474
commit
eceb712ca9
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user