Update video_crt_switch.c

This commit is contained in:
alphanu1 2019-01-30 20:51:05 +00:00
parent c43a93e544
commit 0726cc425c

View File

@ -170,7 +170,7 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
switch_res_crt(width, height); switch_res_crt(width, height);
} }
void crt_switch_res_core(unsigned width, unsigned height, float hz, unsigned crt_mode, int crt_switch_center_adjust) void crt_switch_res_core(unsigned width, unsigned height, float hz, unsigned crt_mode, int crt_switch_center_adjust, int monitor_indez)
{ {
/* 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) */