mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref_gu: correct ONE/ZERO modifier for sceGuBlendFunc
This commit is contained in:
@@ -61,7 +61,7 @@ typedef float GLmatrix[16];
|
||||
#define GUCOLOR3UBV( v ) GU_RGBA( ( v )[0], ( v )[1], ( v )[2], 255 )
|
||||
|
||||
// blend function wrapping
|
||||
#define GUBLEND1 0xffffff
|
||||
#define GUBLEND0 0x000000
|
||||
#define GUBLEND1 0xffffffff
|
||||
#define GUBLEND0 0x00000000
|
||||
|
||||
#endif // GU_HELPER_H
|
||||
|
||||
Reference in New Issue
Block a user