mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #248 from raven02/flush-fix
Take out flush() and add GE_CMD_TEXBUFWIDTH0 to flush CMD list
This commit is contained in:
commit
c9288ca0ac
2 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,7 @@ const int flushBeforeCommandList[] = {
|
|||
GE_CMD_TEXSHADELS,
|
||||
GE_CMD_CLUTFORMAT,
|
||||
GE_CMD_TRANSFERSTART,
|
||||
GE_CMD_TEXBUFWIDTH0,
|
||||
GE_CMD_TEXSIZE0,
|
||||
GE_CMD_TEXSIZE1,
|
||||
GE_CMD_TEXSIZE2,
|
||||
|
|
|
@ -640,7 +640,6 @@ void GLES_GPU::TransformAndDrawPrim(void *verts, void *inds, int prim, int verte
|
|||
}
|
||||
break;
|
||||
}
|
||||
Flush();
|
||||
}
|
||||
|
||||
void GLES_GPU::Flush()
|
||||
|
|
Loading…
Add table
Reference in a new issue