hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.24k stars 2.17k forks source link

Vulkan : Project Diva Extend / 2nd flicker and invisible text #10155

Closed zminhquanz closed 4 years ago

zminhquanz commented 6 years ago

I saw a new problem , issue in this game , when ingame and main menu , it's flicker bugs 2 bugs 3

unknownbrackets commented 6 years ago

If you open ppsspp.ini (found in memstick/PSP/SYSTEM/ppsspp.ini on Windows), and find this line:

HighQualityDepth = 1

And replace it with:

HighQualityDepth = 0

Does this issue go away?

-[Unknown]

zminhquanz commented 6 years ago

@unknownbrackets Oh , the issues is gone , on Android is the same , i used Galaxy S7 using Adreno 530 but the issues not happen

unknownbrackets commented 6 years ago

It might be that depth clamping (supported on some Adreno) fixed this?

-[Unknown]

zminhquanz commented 6 years ago

screenshot_20180103-174629 screenshot_20180103-174648 Nope , i updated latest firmware , driver version there isn't update , so depth clamping temporary isn't support at this time

zminhquanz commented 6 years ago

image image @unknownbrackets On PC using NVIDIA GPU , have depth clamping feature but having issues when enable HighQualityDepth . When i see ini config file on my Galaxy S7 , is enable HighQualityDepth

Leopard20 commented 6 years ago

@unknownbrackets @LunaMoo I have completed this game and didn't notice the issue even once (android). I think it's fixed.

unknownbrackets commented 4 years ago

Great, I know we made some improvements to depth handling (but more are needed.)

-[Unknown]