Merge branch 'efb2tex_alpha'

This commit is contained in:
degasus
2013-11-24 04:02:38 +01:00
2 changed files with 45 additions and 11 deletions

View File

@ -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()