mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-25 08:33:27 +00:00
PPGe: Disable dither in UI drawing.
We perform it in software, but it looks bad.
This commit is contained in:
parent
8c31f1bb38
commit
c31f746896
@ -425,6 +425,7 @@ void PPGeBegin()
|
||||
WriteCmd(GE_CMD_CLEARMODE, 0); // Normal mode
|
||||
WriteCmd(GE_CMD_MASKRGB, 0);
|
||||
WriteCmd(GE_CMD_MASKALPHA, 0);
|
||||
WriteCmd(GE_CMD_DITHERENABLE, 0);
|
||||
|
||||
PPGeSetDefaultTexture();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user