Should fix C89_BUILD

This commit is contained in:
twinaphex 2019-06-17 15:13:01 +02:00
parent ee3208ac39
commit 2d7164b54f

View File

@ -1997,11 +1997,6 @@ bool bsv_movie_check(void);
/* Location */
enum rarch_location_ctl_state
{
RARCH_LOCATION_CTL_NONE = 0,
};
typedef struct location_driver
{
void *(*init)(void);