(BSV) Cleanups

This commit is contained in:
twinaphex 2019-07-08 20:52:55 +02:00
parent 62c787d195
commit bf3b46be77
2 changed files with 494 additions and 501 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2094,12 +2094,6 @@ extern const shader_backend_t gl_cg_backend;
/* BSV Movie */
enum rarch_movie_type
{
RARCH_MOVIE_PLAYBACK = 0,
RARCH_MOVIE_RECORD
};
void bsv_movie_deinit(void);
bool bsv_movie_init(void);
@ -2108,10 +2102,6 @@ void bsv_movie_frame_rewind(void);
void bsv_movie_set_path(const char *path);
bool bsv_movie_get_input(int16_t *bsv_data);
void bsv_movie_set_input(int16_t *bsv_data);
bool bsv_movie_check(void);
/* Location */