HDMA: Revert change that disabled HDMA during forced blank (this is apparently not accurate, since it breaks MQ)

This commit is contained in:
Sour 2019-03-30 19:31:13 -04:00
parent 5de1430841
commit b37eff42ab

View file

@ -170,8 +170,8 @@ void Ppu::Exec()
}
if(!_forcedVblank) {
EvaluateNextLineSprites();
_console->GetDmaController()->ProcessHdmaChannels();
}
_console->GetDmaController()->ProcessHdmaChannels();
} else if(_scanline == 0 && _cycle == 6) {
//TODO : To verify: Do HDMA channels get initialized even in forced blank?
_console->GetDmaController()->InitHdmaChannels();