Home
last modified time | relevance | path

Searched refs:NETPLAY_CMD_MODE_BIT_YOU (Results 1 – 3 of 3) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/tools/ranetplayer/
H A Dranetplayer.c371 (player & NETPLAY_CMD_MODE_BIT_YOU)) in main()
/dports/games/retroarch/RetroArch-1.9.7/network/netplay/
H A Dnetplay_private.h183 #define NETPLAY_CMD_MODE_BIT_YOU (1U<<31) macro
H A Dnetplay_io.c2391 payload[1] = htonl(NETPLAY_CMD_MODE_BIT_YOU | client_num); in handle_play_spectate()
2575 NETPLAY_CMD_MODE_BIT_YOU | in handle_play_spectate()
2942 if (mode & NETPLAY_CMD_MODE_BIT_YOU) in netplay_get_cmd()