Fix video choppiness

This commit is contained in:
Flyinghead 2018-06-07 19:06:16 +02:00
parent a50861b249
commit 1f95eb243c
1 changed files with 4 additions and 0 deletions

View File

@ -72,7 +72,11 @@ void pvr_WriteReg(u32 paddr,u32 data)
}
if (addr == TA_YUV_TEX_BASE_addr)
{
PvrReg(addr, u32) = data;
YUV_init();
return;
}
if (addr>=PALETTE_RAM_START_addr)
{