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.18k stars 2.17k forks source link

3rd Birthday - changing graphical behaviour (filter disappears) when using overdrive (buffered rendering only) #5415

Closed psennermann closed 10 years ago

psennermann commented 10 years ago

In the game The 3rd birthday if you use the overdrive (press triangle button) the blue "filter" disappears. I think there's already an issue arguing that the blue filter is a bit too blue, but that's not the problem here, here the problem is that the filter should be present or not (on psp there is definitely a blue filter - a bit lighter though) from the beginning and not changing while playing. Also notice that entering the game menu or ppsspp menu and then returning to game makes the filter reappear

Start the game screen00002

press overdrive button (triangle) screen00003

the filter disappears screen00004

unknownbrackets commented 10 years ago

This is #3354. Using overdrive alters the framebuffer but it's in both cases not correctly rendering it using the CLUT.

-[Unknown]