ZWRITEDISABLE should flush drawbuffer. Fixes road glitches in Ridge Racer and MotoGP.

This commit is contained in:
Henrik Rydgard 2013-02-09 21:25:15 +01:00
parent aef2376b34
commit 5a43f3e0ff

View File

@ -110,6 +110,7 @@ static const int flushOnChangedBeforeCommandList[] = {
GE_CMD_TEXFORMAT,
GE_CMD_TEXWRAP,
GE_CMD_ZTESTENABLE,
GE_CMD_ZWRITEDISABLE,
GE_CMD_STENCILTESTENABLE,
GE_CMD_STENCILOP,
GE_CMD_STENCILTEST,