Linux switching incorporation

This commit is contained in:
alphanu1 2018-04-29 13:51:18 +01:00 committed by GitHub
parent d17ce844d5
commit 7d53e6a16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ static void switch_res_crt(unsigned width, unsigned height)
if (height > 100)
{
video_display_server_switch_resolution(width, height,
0, ra_set_core_hz);
0, ra_core_hz);
video_driver_apply_state_changes();
}
}