mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-16 05:36:56 +00:00
ZWRITEDISABLE should flush drawbuffer. Fixes road glitches in Ridge Racer and MotoGP.
This commit is contained in:
parent
aef2376b34
commit
5a43f3e0ff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user