mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Skip blit validation if blit call is "fake" memory to VRAM generated.
This commit is contained in:
parent
8c44773562
commit
c2287d655a
@ -178,7 +178,7 @@ static void check_blit(int32_t addr, uint32_t mask, int pitch, int width, int *h
|
||||
{
|
||||
int h = *height;
|
||||
int32_t off;
|
||||
if (!h || !width)
|
||||
if (!h || !width || (!addr && !mask))
|
||||
return;
|
||||
addr &= mask;
|
||||
off = addr + pitch * (h - 1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user