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.36k stars 2.18k forks source link

TEXT4xBRZ produces black lines in Valkyria Chronicles 3's text bubbles in x3 resolution alone #19446

Open RafaelTrepaUnCarballo opened 2 months ago

RafaelTrepaUnCarballo commented 2 months ago

Game or games this happens in

ULJM-05781 - Valkyria Chronicles 3 Extra Edition

What area of the game / PPSSPP

ULJM05781_00002 resX3 TEXT4xBRZ

During conversations in Valkyria Chronicles 3 (English patched), this texture shader produces black lines in the text bubbles.

This only happens with the specific combination of TEXT4xBRZ and resolution x3, any other filter or resolution will render the dialog textures fine.

What should happen

The background of text bubbles shouldn't show black lines

Logs

No response

Platform

Windows

Mobile device model or graphics card (GPU)

Nvidia Geforce RTX 2060

PPSSPP version affected

v1.17.1-1053

Last working version

No response

Graphics backend (3D API)

Vulkan

Checklist

hrydgard commented 2 months ago

This is a typical case of a game being rendered at a resolution it's not intended for, causing minor wrong texture sampling. I don't think this is likely to be practically solvable, other than picking a combination between texture and rendering upscaling that makes more sense.