From ba0fba655e22036d39ba5f986ae279f624c8825c Mon Sep 17 00:00:00 2001 From: SuperrSonic Date: Sun, 10 Aug 2014 16:45:55 -0400 Subject: [PATCH] added viwidth stuff --- driver.h | 1 + 1 file changed, 1 insertion(+) 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.