RetroArch
|
Go to the source code of this file.
Typedefs | |
typedef struct py_state | py_state_t |
Functions | |
py_state_t * | py_state_new (const char *program, unsigned is_file, const char *pyclass) |
void | py_state_free (py_state_t *handle) |
float | py_state_get (py_state_t *handle, const char *id, unsigned frame_count) |
typedef struct py_state py_state_t |
void py_state_free | ( | py_state_t * | handle | ) |
float py_state_get | ( | py_state_t * | handle, |
const char * | id, | ||
unsigned | frame_count | ||
) |
py_state_t* py_state_new | ( | const char * | program, |
unsigned | is_file, | ||
const char * | pyclass | ||
) |