mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
VideoCommon: reorder cbufid in orderer. We've used once two times
This commit is contained in:
parent
7d58278b67
commit
09f4439d0c
2 changed files with 43 additions and 43 deletions
|
@ -20,7 +20,7 @@ namespace DX11
|
|||
{
|
||||
|
||||
static TextureEncoder* g_encoder = NULL;
|
||||
const size_t MAX_COPY_BUFFERS = 30;
|
||||
const size_t MAX_COPY_BUFFERS = 32;
|
||||
ID3D11Buffer* efbcopycbuf[MAX_COPY_BUFFERS] = { 0 };
|
||||
|
||||
TextureCache::TCacheEntry::~TCacheEntry()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue