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

GS: Make sure min/max for texture is at least 1 pixel #11444

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

refractionpcsx2
Copy link
Member

@refractionpcsx2 refractionpcsx2 commented Jun 22, 2024

Description of Changes

Enforces a minimum rect size should there be a zero height or width

Rationale behind Changes

Because of some recent changes that stopped a rect always being too big, it meant any zero sized rects became zero, so now we need to check these at the end, since rects are exclusive end.

Suggested Testing Steps

Smoke test mainly, dump run (and splashdown in software) says it's good

@github-actions github-actions bot added the GS label Jun 22, 2024
@refractionpcsx2 refractionpcsx2 merged commit a132a6f into master Jun 22, 2024
22 checks passed
@refractionpcsx2 refractionpcsx2 deleted the gs_mintexture branch June 22, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants