17 #ifndef __RARCH_MOVIE_H 18 #define __RARCH_MOVIE_H 28 #define BSV_MAGIC 0x42535631 31 #define SERIALIZER_INDEX 1 33 #define STATE_SIZE_INDEX 3 void bsv_movie_set_frame_start(void)
Definition: movie.c:263
bool bsv_movie_is_end_of_file(void)
Definition: movie.c:416
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
bsv_ctl_state
Definition: movie.h:43
void bsv_movie_deinit(void)
Definition: movie.c:493
GLsizei const GLchar ** path
Definition: glext.h:7901
bool bsv_movie_init_handle(const char *path, enum rarch_movie_type type)
Definition: movie.c:482
bool bsv_movie_is_playback_off(void)
Definition: movie.c:411
bool bsv_movie_get_input(int16_t *bsv_data)
Definition: movie.c:396
GLenum type
Definition: glext.h:6233
void bsv_movie_set_path(const char *path)
Definition: movie.c:470
void bsv_movie_set_start_path(const char *path)
Definition: movie.c:476
signed short int16_t
Definition: stdint.h:122
rarch_movie_type
Definition: movie.h:37
static uint64_t state[MAX_PADS]
Definition: xenon360_input.c:33
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
bool bsv_movie_init(void)
Definition: movie.c:334
void bsv_movie_set_frame_end(void)
Definition: movie.c:270
bool bsv_movie_is_playback_on(void)
Definition: movie.c:406
bool bsv_movie_check(void)
Definition: movie.c:576
bool bsv_movie_ctl(enum bsv_ctl_state state, void *data)
Definition: movie.c:421