Merge pull request #8090 from stenzek/video-buffer-reset

CommandProcessor: Don't reset the video buffer when FIFO distance is changed
This commit is contained in:
Anthony 2019-05-10 19:10:39 -07:00 committed by GitHub
commit e66d25312e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base)
MMIO::ComplexWrite<u16>([WMASK_HI_RESTRICT](u32, u16 val) {
WriteHigh(fifo.CPReadWriteDistance, val & WMASK_HI_RESTRICT);
Fifo::SyncGPU(Fifo::SyncGPUReason::Other);
Fifo::ResetVideoBuffer();
Fifo::RunGpu();
}));
mmio->Register(