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

rsx: Fix some texture decode instructions #10993

Merged
merged 2 commits into from Oct 12, 2021
Merged

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Oct 12, 2021

  • Fix TEX1D_PROJ definition (copypasta).
  • Make TEX3D_PROJ cubemap-compatible. This is obviously a workaround to prevent crashing as projective texturing and cube texturing are not compatible with one another. Needs hwtests to verify what takes precedence.

Fixes #10982

kd-11 and others added 2 commits October 12, 2021 12:16
- Fix TEX1D_PROJ definition
- Make TEX3D_PROJ cubemap-compatible
@digitaldude555
Copy link

Fixes way of the samurai 4 regression.

@kd-11 kd-11 merged commit d58df66 into RPCS3:master Oct 12, 2021
@kd-11
Copy link
Contributor Author

kd-11 commented Oct 12, 2021

Merged as a simple hotfix

@Augusto7743
Copy link

Augusto7743 commented Oct 20, 2021

Between commit 10975 and 10993 was fixed in
Teenage Mutant Ninja Turtles: Out of the Shadows [NPUB31217]

1screen

The detail in circle now is being rendered. Several previous version that object never was displayed.
Now some objects has wrong physics. See the sword in left side of black ninja.
The sword is in air. The correct is in ground.
That issue happen some times when enemies drop item. Not issues in gameplay.

Sem título2

Another detail is attacks effects are looking much better now =)

In some previous versions was done changes in RSX. Now use less VRAM helping users with 1GB VRAM.
Thanks very much.

@Augusto7743 Augusto7743 mentioned this pull request Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LEGO Harry Potter: Years 1-4 [BLUS30437] Failure to get to start menu.
4 participants