Merge pull request #3116 from Cacodemon345/mga-millenium-pattern-fix-2

vid_mga: Fix opaque pattern blits
This commit is contained in:
Miran Grča
2023-02-17 13:54:21 +01:00
committed by GitHub

View File

@@ -2177,7 +2177,7 @@ mystique_accel_ctrl_write_l(uint32_t addr, uint32_t val, void *p)
int x, y;
for (y = 0; y < 8; y++) {
for (x = 0; x < 8; x++)
for (x = 0; x < 16; x++)
mystique->dwgreg.pattern[y][x] = 1;
}
mystique->dwgreg.src[0] = 0xffffffff;