diff --git a/driver.h b/driver.h index fab6852719..36b9aee759 100644 --- a/driver.h +++ b/driver.h @@ -189,6 +189,7 @@ typedef struct video_info bool fullscreen; bool vsync; bool force_aspect; + unsigned viwidth; bool smooth; unsigned input_scale; // Maximum input size: RARCH_SCALE_BASE * input_scale bool rgb32; // Use 32-bit RGBA rather than native XBGR1555.