mirror of
https://github.com/libretro/Play-.git
synced 2025-02-03 23:46:08 +00:00
Cleanup.
This commit is contained in:
parent
e8e06d74b4
commit
7dc396df4a
@ -1157,10 +1157,9 @@ void CGSH_Direct3D9::SetupBlendingFunction(uint64 alphaReg)
|
||||
}
|
||||
}
|
||||
|
||||
void CGSH_Direct3D9::SetupTestFunctions(uint64 nData)
|
||||
void CGSH_Direct3D9::SetupTestFunctions(uint64 testReg)
|
||||
{
|
||||
TEST tst;
|
||||
tst <<= nData;
|
||||
auto tst = make_convertible<TEST>(testReg);
|
||||
|
||||
if(tst.nAlphaEnabled)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user