HDMA: Revert change that disabled HDMA during forced blank (this is apparently not accurate, since it breaks MQ)
This commit is contained in:
parent
5de1430841
commit
b37eff42ab
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue