Rewrite '== true' in our own code

This commit is contained in:
twinaphex 2019-06-06 13:51:56 +02:00
parent 6d17d11132
commit 43d27006ce

View File

@ -192,7 +192,7 @@ void crt_switch_res_core(unsigned width, unsigned height,
ra_core_height = height;
ra_core_hz = hz;
if (dynamic == true)
if (dynamic)
ra_core_width = crt_compute_dynamic_width(width);
else
ra_core_width = width;