mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
enum for GE_TEXFUNC_UNKNOWN1/2/3 = 5/6/7
This commit is contained in:
parent
affc7f44a6
commit
078606a528
1 changed files with 3 additions and 0 deletions
|
@ -469,6 +469,9 @@ enum GETexFunc
|
|||
GE_TEXFUNC_BLEND = 2,
|
||||
GE_TEXFUNC_REPLACE = 3,
|
||||
GE_TEXFUNC_ADD = 4,
|
||||
GE_TEXFUNC_UNKNOWN1 = 5,
|
||||
GE_TEXFUNC_UNKNOWN2 = 6,
|
||||
GE_TEXFUNC_UNKNOWN3 = 7,
|
||||
};
|
||||
|
||||
enum GEStencilOp
|
||||
|
|
Loading…
Add table
Reference in a new issue