mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
set the timer if it exists...
This commit is contained in:
@@ -54,7 +54,7 @@ void nv4_pramdac_set_vclk()
|
||||
uint64_t final_hz = nv4_pramdac_get_hz(nv4->pramdac.nvclk, false);
|
||||
|
||||
//TODO: Everything
|
||||
if (!nv4->nvbase.nv4_vclk_timer)
|
||||
if (nv4->nvbase.nv4_vclk_timer)
|
||||
timer_set_delay_u64(nv4->nvbase.nv4_vclk_timer, final_hz / TIMER_USEC);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user