mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoCommon: add UninitializeEFBMemory to mirror XFB function
This commit is contained in:
parent
0f88155729
commit
62c186e14b
2 changed files with 16 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue