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

Shin Megami Tensei: Persona 1 - title screen shown during later fadeouts (missing readback). Similar in Persona 2 #13079

Open saintbepis opened 4 years ago

saintbepis commented 4 years ago

In smt persona when a battle is initiated it shows the the title screen during the break away transition instead of showing the spot the player is currently at.

Below are images of what it's supposed to look. []()http://imgur.com/a/0cYhUx8

saintbepis commented 4 years ago

I also noticed that if you've made a save state it will use the thumbnail of the save state too.

JPTIZ commented 4 years ago

Can confirm this in Windows build, v1.10.3.

hrydgard commented 1 year ago

I believe this still might be an issue, we're missing some copy or readback or something...

unknownbrackets commented 1 year ago

Does this work as expected in software rendering?

-[Unknown]

ibedard16 commented 1 year ago

A similar issue happens for me in both Persona and Persona 2 Innocent Sin. Instead of the title screen, it either shows:

Can confirm that software rendering fixes the issue in Innocent Sin. Have not tested Persona (it runs noticeably worse in software rendering).

Honestly, based on the savestate thing, I'm wondering if this might be a double-buffering issue? I don't know much about the PSP architecture though, so take that with a grain of salt.

hrydgard commented 1 year ago

Pretty sure the game does some copy from VRAM that we fail to detect, so we end up using "old" data instead.

TheParagone commented 1 year ago

Isn't this the exact same issue/similar I reported on #18262? By that I mean that fixing this might fix that other issue too.

JPTIZ commented 1 year ago

Isn't this the exact same issue/similar I reported on #18262? By that I mean that fixing this might fix that other issue too.

Reading the description, they seem to be the same issue indeed.

TheParagone commented 1 year ago

Isn't this the exact same issue/similar I reported on #18262? By that I mean that fixing this might fix that other issue too.

Reading the description, they seem to be the same issue indeed.

Hopefully when this one is resolved it can fix the ones on Stein's Gate. It probably affects other VN's and games like Remember11, Ever17, Hakuoki Demon of the Fleeting Blossom and such.

TheParagone commented 1 year ago

I wanted to report this happening in Kingdom Hearts Birth By Sleep Final Mix too. Everytime there's a fade out effect some other menu is shown during said transition.