mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
added viwidth stuff
This commit is contained in:
parent
8e5737cb75
commit
08d95723a9
1
driver.c
1
driver.c
@ -1093,6 +1093,7 @@ void init_video_input(void)
|
||||
video.fullscreen = g_settings.video.fullscreen;
|
||||
video.vsync = g_settings.video.vsync && !g_extern.system.force_nonblock;
|
||||
video.force_aspect = g_settings.video.force_aspect;
|
||||
video.viwidth = g_settings.video.viwidth;
|
||||
video.smooth = g_settings.video.smooth;
|
||||
video.input_scale = scale;
|
||||
video.rgb32 = g_extern.filter.filter ? g_extern.filter.out_rgb32 : (g_extern.system.pix_fmt == RETRO_PIXEL_FORMAT_XRGB8888);
|
||||
|
Loading…
x
Reference in New Issue
Block a user