Home
last modified time | relevance | path

Searched refs:NETPLAY_CMD_PLAY_BIT_SLAVE (Results 1 – 2 of 2) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/network/netplay/
H A Dnetplay_private.h182 #define NETPLAY_CMD_PLAY_BIT_SLAVE (1U<<31) macro
H A Dnetplay_io.c2199 payload_buf = NETPLAY_CMD_PLAY_BIT_SLAVE; in netplay_cmd_mode()
2423 slave = (mode&NETPLAY_CMD_PLAY_BIT_SLAVE)?true:false; in handle_play_spectate()