mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
init_video - cleanup
This commit is contained in:
parent
b77a3c49ee
commit
c00b1ac7e1
@ -481,13 +481,10 @@ void init_video(void)
|
||||
unsigned base_width = roundf(geom->base_height *
|
||||
global->system.aspect_ratio);
|
||||
width = roundf(base_width * settings->video.scale);
|
||||
height = roundf(geom->base_height * settings->video.scale);
|
||||
}
|
||||
else
|
||||
{
|
||||
width = roundf(geom->base_width * settings->video.scale);
|
||||
height = roundf(geom->base_height * settings->video.scale);
|
||||
}
|
||||
height = roundf(geom->base_height * settings->video.scale);
|
||||
}
|
||||
|
||||
if (width && height)
|
||||
|
Loading…
x
Reference in New Issue
Block a user