mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 06:28:03 +00:00
Warning fix
This commit is contained in:
parent
b3c8a82c49
commit
a6eb4c7e73
@ -90,17 +90,19 @@ static const D3DSTENCILOP stencilOps[] = {
|
||||
};
|
||||
|
||||
static D3DBLEND toDualSource(D3DBLEND blendfunc) {
|
||||
#if 0
|
||||
switch (blendfunc) {
|
||||
// TODO
|
||||
#if 0
|
||||
case D3DBLEND_SRCALPHA:
|
||||
return D3DBLEND_SRCCOLOR2;
|
||||
case D3DBLEND_INVSRCALPHA:
|
||||
return D3DBLEND_INVSRCCOLOR2;
|
||||
#endif
|
||||
default:
|
||||
return blendfunc;
|
||||
}
|
||||
#else
|
||||
return blendfunc;
|
||||
#endif
|
||||
}
|
||||
|
||||
static D3DBLEND blendColor2Func(u32 fix) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user