Skip to content
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

Naruto Kizuna Drive menu issue in OpenGL #18254

Closed
hrydgard opened this issue Sep 27, 2023 · 1 comment · Fixed by #18255
Closed

Naruto Kizuna Drive menu issue in OpenGL #18254

hrydgard opened this issue Sep 27, 2023 · 1 comment · Fixed by #18255
Labels
GE emulation Backend-independent GPU issues OpenGL
Milestone

Comments

@hrydgard
Copy link
Owner

Reported through e-mail.

ULES01516_00000

dump:

naruto ULES01516_0001.zip

@hrydgard hrydgard added OpenGL GE emulation Backend-independent GPU issues labels Sep 27, 2023
@hrydgard hrydgard added this to the v1.16.5 milestone Sep 27, 2023
@hrydgard
Copy link
Owner Author

The corrupted parts are drawn with a repeated 4x64 CLUT4 textures, which obviously didn't work correctly. Likely a memory alignment issue during upload. And possibly related to #18108 ?

hrydgard added a commit that referenced this issue Sep 27, 2023
We had some stride adjustment that is not needed - and we're not passing
the stride along, so it can't do the "right thing".

Fixes #18254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GE emulation Backend-independent GPU issues OpenGL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant