mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Buildfix
This commit is contained in:
parent
73684cb361
commit
667e33e82b
@ -97,7 +97,7 @@ static video_driver_t *current_video = NULL;
|
||||
/* Interface for "poking". */
|
||||
static const video_poke_interface_t *video_driver_poke = NULL;
|
||||
|
||||
static video_driver_state_t video_driver_state = NULL;
|
||||
static video_driver_state_t video_driver_state;
|
||||
|
||||
/* Used for 16-bit -> 16-bit conversions that take place before
|
||||
* being passed to video driver. */
|
||||
|
Loading…
Reference in New Issue
Block a user