VideoCommon: add UninitializeEFBMemory to mirror XFB function

This commit is contained in:
iwubcode
2022-06-25 00:42:17 -05:00
parent 0f88155729
commit 62c186e14b
2 changed files with 16 additions and 9 deletions

View File

@ -331,6 +331,7 @@ private:
TexAddrCache::iterator InvalidateTexture(TexAddrCache::iterator t_iter,
bool discard_pending_efb_copy = false);
void UninitializeEFBMemory(u8* dst, u32 stride, u32 bytes_per_row, u32 num_blocks_y);
void UninitializeXFBMemory(u8* dst, u32 stride, u32 bytes_per_row, u32 num_blocks_y);
// Precomputing the coefficients for the previous, current, and next lines for the copy filter.