mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Need to flush on FINISH/SIGNAL apparently..
This commit is contained in:
parent
c9a0d92a9b
commit
06a2d94fd2
1 changed files with 2 additions and 2 deletions
|
@ -310,8 +310,8 @@ static const CommandTableEntry commandTable[] = {
|
|||
{GE_CMD_SPLINE, FLAG_FLUSHBEFORE | FLAG_EXECUTE},
|
||||
|
||||
// These two are actually processed in CMD_END.
|
||||
{GE_CMD_SIGNAL, FLAG_EXECUTE},
|
||||
{GE_CMD_FINISH, FLAG_EXECUTE},
|
||||
{GE_CMD_SIGNAL, FLAG_FLUSHBEFORE},
|
||||
{GE_CMD_FINISH, FLAG_FLUSHBEFORE},
|
||||
|
||||
// Changes that trigger data copies. Only flushing on change for LOADCLUT must be a bit of a hack...
|
||||
{GE_CMD_LOADCLUT, FLAG_FLUSHBEFOREONCHANGE | FLAG_EXECUTE},
|
||||
|
|
Loading…
Add table
Reference in a new issue