mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-02 06:44:45 +00:00
Add isAntiAliasEnabled()
This commit is contained in:
parent
20de318acd
commit
7f080b9958
@ -235,6 +235,9 @@ struct GPUgstate
|
||||
GEBlendDstFactor getBlendFuncB() const { return (GEBlendDstFactor)((blend >> 4) & 0xF); }
|
||||
int getBlendEq() const { return (blend >> 8) & 0x7; }
|
||||
bool isAlphaBlendEnabled() const { return alphaBlendEnable & 1; }
|
||||
|
||||
// AntiAlias
|
||||
bool isAntiAliasEnabled() const { return antiAliasEnable & 1; }
|
||||
|
||||
// Dither
|
||||
bool isDitherEnabled() const { return ditherEnable & 1; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user