mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
Merge branch 'efb2tex_alpha'
This commit is contained in:
commit
7d58278b67
2 changed files with 45 additions and 11 deletions
|
@ -20,7 +20,7 @@ namespace DX11
|
|||
{
|
||||
|
||||
static TextureEncoder* g_encoder = NULL;
|
||||
const size_t MAX_COPY_BUFFERS = 25;
|
||||
const size_t MAX_COPY_BUFFERS = 30;
|
||||
ID3D11Buffer* efbcopycbuf[MAX_COPY_BUFFERS] = { 0 };
|
||||
|
||||
TextureCache::TCacheEntry::~TCacheEntry()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue