-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[replay] Background is not drawn during the loading screen of some apps #1627
Comments
Could it be an uninitialized AHB buffer? |
I have not thought about that, but good idea, I'll check it out |
The games that have issues with the background rendering do not have any AHB warnings. And I wrongly assumed the green color was from a clear, it's actually a draw. |
I remember seeing a green background in the NiNoKuNi game, there was supposed to be a video playing in the background in the game's main menu but when replaying there was a shade of green instead of the video. |
I wonder if we could (1) save a checkerboard or maybe even the text "AHB Not Saved" if we can't lock the buffer to read it out and (2) checkerboard or "AHB Not Replayed" if we can't create a buffer with the saved format. |
We definitely print a warning (used to be an error) when we can't lock the AHB, during both capture and replay |
There are multiple android games where during the loading screen in the replay the background will just be some green color, which I assume is the clear color. Happens with trim and without it.
The text was updated successfully, but these errors were encountered: