mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(VG) Buildfix
This commit is contained in:
parent
e4b30eb087
commit
f271ea789d
@ -442,6 +442,7 @@ static bool vg_frame(void *data, const void *frame,
|
||||
static bool vg_alive(void *data)
|
||||
{
|
||||
bool quit = false;
|
||||
bool resize = false;
|
||||
unsigned temp_width = 0;
|
||||
unsigned temp_height = 0;
|
||||
vg_t *vg = (vg_t*)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user