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

Vulkan: UI texture loading error handling fixes #18555

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Conversation

hrydgard
Copy link
Owner

Allow creation of as big textures as the hardware allows, instead of capping at 4096.

It can happen that we create savestate images bigger than that if you use 10x render resolution (That itself should be fixed, but we should also be able to read these images).

We also would crash if we rejected an image, that's been fixed.

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label Dec 15, 2023
@hrydgard hrydgard added this to the v1.17.0 milestone Dec 15, 2023
@hrydgard hrydgard merged commit d61207b into master Dec 15, 2023
18 checks passed
@hrydgard hrydgard deleted the ui-texture-fixes branch December 15, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant