Rewrite '== true' in our own code
This commit is contained in:
parent
6d17d11132
commit
43d27006ce
|
@ -183,7 +183,7 @@ void crt_switch_res_core(unsigned width, unsigned height,
|
||||||
{
|
{
|
||||||
/* ra_core_hz float passed from within
|
/* ra_core_hz float passed from within
|
||||||
* void video_driver_monitor_adjust_system_rates(void) */
|
* void video_driver_monitor_adjust_system_rates(void) */
|
||||||
if (width == 4 )
|
if (width == 4)
|
||||||
{
|
{
|
||||||
width = 320;
|
width = 320;
|
||||||
height = 240;
|
height = 240;
|
||||||
|
@ -192,7 +192,7 @@ void crt_switch_res_core(unsigned width, unsigned height,
|
||||||
ra_core_height = height;
|
ra_core_height = height;
|
||||||
ra_core_hz = hz;
|
ra_core_hz = hz;
|
||||||
|
|
||||||
if (dynamic == true)
|
if (dynamic)
|
||||||
ra_core_width = crt_compute_dynamic_width(width);
|
ra_core_width = crt_compute_dynamic_width(width);
|
||||||
else
|
else
|
||||||
ra_core_width = width;
|
ra_core_width = width;
|
||||||
|
|
Loading…
Reference in New Issue