mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
TextureCacheBase: Set uninitialized XFB memory to fuchsia color
This commit is contained in:
parent
8d1cbeb25e
commit
dd54617a08
2 changed files with 43 additions and 7 deletions
|
@ -323,6 +323,8 @@ private:
|
|||
// Removes and unlinks texture from texture cache and returns it to the pool
|
||||
TexAddrCache::iterator InvalidateTexture(TexAddrCache::iterator t_iter);
|
||||
|
||||
void UninitializeXFBMemory(u8* dst, u32 stride, u32 bytes_per_row, u32 num_blocks_y);
|
||||
|
||||
TexAddrCache textures_by_address;
|
||||
TexHashCache textures_by_hash;
|
||||
TexPool texture_pool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue