Remove unused local
This commit is contained in:
parent
25e5bc24b5
commit
8122d2ea33
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ namespace Ryujinx.Graphics
|
|||
GalMemoryLayout SrcLayout = GetLayout(SrcLinear);
|
||||
GalMemoryLayout DstLayout = GetLayout(DstLinear);
|
||||
|
||||
bool ClipEnable = ReadRegister(NvGpuEngine2dReg.ClipEnable) != 0;
|
||||
|
||||
int SrcBlockHeight = 1 << ((SrcBlkDim >> 4) & 0xf);
|
||||
int DstBlockHeight = 1 << ((DstBlkDim >> 4) & 0xf);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue