mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Two more commands that get to trigger flush
This commit is contained in:
parent
252845ecb6
commit
baa640ea02
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ const int flushBeforeCommandList[] = {
|
|||
GE_CMD_LIGHTENABLE3,
|
||||
GE_CMD_CULL,
|
||||
GE_CMD_LMODE,
|
||||
GE_CMD_REVERSENORMAL,
|
||||
GE_CMD_PATCHDIVISION,
|
||||
GE_CMD_MATERIALUPDATE,
|
||||
GE_CMD_CLEARMODE,
|
||||
|
@ -138,6 +139,7 @@ const int flushBeforeCommandList[] = {
|
|||
GE_CMD_TEXWRAP,
|
||||
GE_CMD_ZTESTENABLE,
|
||||
GE_CMD_STENCILTESTENABLE,
|
||||
GE_CMD_STENCILOP,
|
||||
GE_CMD_ZTEST,
|
||||
GE_CMD_MORPHWEIGHT0,
|
||||
GE_CMD_MORPHWEIGHT1,
|
||||
|
|
Loading…
Add table
Reference in a new issue