added viwidth stuff
This commit is contained in:
parent
08d95723a9
commit
ba0fba655e
1
driver.h
1
driver.h
|
@ -189,6 +189,7 @@ typedef struct video_info
|
||||||
bool fullscreen;
|
bool fullscreen;
|
||||||
bool vsync;
|
bool vsync;
|
||||||
bool force_aspect;
|
bool force_aspect;
|
||||||
|
unsigned viwidth;
|
||||||
bool smooth;
|
bool smooth;
|
||||||
unsigned input_scale; // Maximum input size: RARCH_SCALE_BASE * input_scale
|
unsigned input_scale; // Maximum input size: RARCH_SCALE_BASE * input_scale
|
||||||
bool rgb32; // Use 32-bit RGBA rather than native XBGR1555.
|
bool rgb32; // Use 32-bit RGBA rather than native XBGR1555.
|
||||||
|
|
Loading…
Reference in New Issue