RetroArch
Functions
trigger.c File Reference
#include "internal.h"
#include <stddef.h>
Include dependency graph for trigger.c:

Functions

void rc_parse_trigger_internal (rc_trigger_t *self, int *ret, void *buffer, rc_scratch_t *scratch, const char **memaddr, lua_State *L, int funcs_ndx)
 
int rc_trigger_size (const char *memaddr)
 
rc_trigger_trc_parse_trigger (void *buffer, const char *memaddr, lua_State *L, int funcs_ndx)
 
int rc_test_trigger (rc_trigger_t *self, rc_peek_t peek, void *ud, lua_State *L)
 
void rc_reset_trigger (rc_trigger_t *self)
 

Function Documentation

◆ rc_parse_trigger()

rc_trigger_t* rc_parse_trigger ( void buffer,
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_parse_trigger_internal()

void rc_parse_trigger_internal ( rc_trigger_t self,
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_trigger()

void rc_reset_trigger ( rc_trigger_t self)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rc_test_trigger()

int rc_test_trigger ( rc_trigger_t self,
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_trigger_size()

int rc_trigger_size ( const char *  memaddr)
Here is the call graph for this function:
Here is the caller graph for this function: