RetroArch
Functions
condset.c File Reference
#include "internal.h"
Include dependency graph for condset.c:

Functions

static void rc_update_condition_pause (rc_condition_t *condition, int *in_pause)
 
rc_condset_trc_parse_condset (int *ret, void *buffer, rc_scratch_t *scratch, const char **memaddr, lua_State *L, int funcs_ndx)
 
static int rc_test_condset_internal (rc_condset_t *self, int processing_pause, int *reset, rc_peek_t peek, void *ud, lua_State *L)
 
int rc_test_condset (rc_condset_t *self, int *reset, rc_peek_t peek, void *ud, lua_State *L)
 
void rc_reset_condset (rc_condset_t *self)
 

Function Documentation

◆ rc_parse_condset()

rc_condset_t* rc_parse_condset ( int *  ret,
void buffer,
rc_scratch_t scratch,
const char **  memaddr,
lua_State L,
int  funcs_ndx 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rc_reset_condset()

void rc_reset_condset ( rc_condset_t self)
Here is the caller graph for this function:

◆ rc_test_condset()

int rc_test_condset ( rc_condset_t self,
int *  reset,
rc_peek_t  peek,
void ud,
lua_State L 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rc_test_condset_internal()

static int rc_test_condset_internal ( rc_condset_t self,
int  processing_pause,
int *  reset,
rc_peek_t  peek,
void ud,
lua_State L 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rc_update_condition_pause()

static void rc_update_condition_pause ( rc_condition_t condition,
int *  in_pause 
)
static
Here is the caller graph for this function: