GPU: Implement dot clock timer (Timer 0)

Fixes softlock in Evil Dead - Hail to the King.
This commit is contained in:
Connor McLaughlin
2020-12-05 15:59:47 +10:00
parent 8b3426a96e
commit d757056891
3 changed files with 25 additions and 6 deletions

View File

@ -501,6 +501,8 @@ protected:
TickCount current_tick_in_scanline;
u32 current_scanline;
TickCount fractional_dot_ticks; // only used when timer0 is enabled
bool in_hblank;
bool in_vblank;