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.01k stars 2.15k forks source link

Resisistance Retribution - Light sources seen through walls (another lens flare...) #18703

Open jimkage opened 7 months ago

jimkage commented 7 months ago

Game or games this happens in

UCES01184 - Resistance Retribution

What area of the game

At all areas with light sources

What happens

Light sources for different areas can be seen through walls and objects. https://files.catbox.moe/mk9su6.png

What should happen

https://files.catbox.moe/n3z4xi.jpg

GE frame capture

No response

Platform

Windows

Mobile device model or graphics card (GPU)

nvidia geforce gtx 1070

PPSSPP version affected

v1.16.6-849-g8b282a5d7 and every other one.

Last working version

No

Graphics backend (3D API)

Vulkan

Checklist

hrydgard commented 7 months ago

Looks like another one of these:

Typically games read the Z buffer with the CPU and hide/show the light flare accordingly. This is expensive to emulate unfortunately. Some games use other tricks though, and we have made a bunch of those work, see that issue.

jimkage commented 7 months ago

Okie, ty.