RetroArch
|
#include "internal.h"
Functions | |
static void | rc_update_condition_pause (rc_condition_t *condition, int *in_pause) |
rc_condset_t * | rc_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) |
rc_condset_t* rc_parse_condset | ( | int * | ret, |
void * | buffer, | ||
rc_scratch_t * | scratch, | ||
const char ** | memaddr, | ||
lua_State * | L, | ||
int | funcs_ndx | ||
) |
void rc_reset_condset | ( | rc_condset_t * | self | ) |
int rc_test_condset | ( | rc_condset_t * | self, |
int * | reset, | ||
rc_peek_t | peek, | ||
void * | ud, | ||
lua_State * | L | ||
) |
|
static |
|
static |