mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 19:54:39 +00:00
Style nit
This commit is contained in:
parent
23bedbb3fb
commit
9ee32a4dd6
@ -1621,9 +1621,9 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
|
||||
/* Can potentially be called every frame,
|
||||
* don't do anything unless required. */
|
||||
if (geom->base_width != in_geom->base_width ||
|
||||
geom->base_height != in_geom->base_height ||
|
||||
geom->aspect_ratio != in_geom->aspect_ratio)
|
||||
if ( (geom->base_width != in_geom->base_width) ||
|
||||
(geom->base_height != in_geom->base_height) ||
|
||||
(geom->aspect_ratio != in_geom->aspect_ratio))
|
||||
{
|
||||
geom->base_width = in_geom->base_width;
|
||||
geom->base_height = in_geom->base_height;
|
||||
|
Loading…
x
Reference in New Issue
Block a user