mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 15:26:23 +00:00
Cleanup.
This commit is contained in:
parent
ebd4394624
commit
97b57065ae
@ -544,13 +544,9 @@ void CGSHandler::BeginTransfer()
|
||||
if(trxDir == 0)
|
||||
{
|
||||
//From Host to Local
|
||||
BITBLTBUF bltBuf;
|
||||
TRXREG trxReg;
|
||||
|
||||
bltBuf <<= m_nReg[GS_REG_BITBLTBUF];
|
||||
trxReg <<= m_nReg[GS_REG_TRXREG];
|
||||
|
||||
unsigned int nPixelSize;
|
||||
auto bltBuf = make_convertible<BITBLTBUF>(m_nReg[GS_REG_BITBLTBUF]);
|
||||
auto trxReg = make_convertible<TRXREG>(m_nReg[GS_REG_TRXREG]);
|
||||
unsigned int nPixelSize = 0;
|
||||
|
||||
//We need to figure out the pixel size of the source stream
|
||||
switch(bltBuf.nDstPsm)
|
||||
|
Loading…
Reference in New Issue
Block a user