Merge pull request #1165 from flyinghead/fh/yuvtexbase <3

Fix video choppiness
This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2018-06-08 13:02:45 +02:00 committed by GitHub
commit 3081afbe4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{