RetroArch
Public Attributes | List of all members
delta_frame Struct Reference

#include <netplay_private.h>

Collaboration diagram for delta_frame:
[legend]

Public Attributes

bool used
 
uint32_t frame
 
voidstate
 
uint32_t crc
 
netplay_input_state_t resolved_input [MAX_INPUT_DEVICES]
 
netplay_input_state_t real_input [MAX_INPUT_DEVICES]
 
netplay_input_state_t simlated_input [MAX_INPUT_DEVICES]
 
bool have_local
 
bool have_real [MAX_CLIENTS]
 

Member Data Documentation

◆ crc

uint32_t delta_frame::crc

◆ frame

uint32_t delta_frame::frame

◆ have_local

bool delta_frame::have_local

◆ have_real

bool delta_frame::have_real[MAX_CLIENTS]

◆ real_input

netplay_input_state_t delta_frame::real_input[MAX_INPUT_DEVICES]

◆ resolved_input

netplay_input_state_t delta_frame::resolved_input[MAX_INPUT_DEVICES]

◆ simlated_input

netplay_input_state_t delta_frame::simlated_input[MAX_INPUT_DEVICES]

◆ state

void* delta_frame::state

◆ used

bool delta_frame::used

The documentation for this struct was generated from the following file: