Merge pull request #1165 from flyinghead/fh/yuvtexbase <3
Fix video choppiness
This commit is contained in:
commit
3081afbe4a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue