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

Implement IMAGE_GATHER4 and IMAGE_GATHER4_O #1939

Merged
merged 3 commits into from
Dec 28, 2024

Conversation

StevenMiller123
Copy link
Contributor

These two opcodes are encountered in CUSA00556 - The Last of Us™ Remastered. Also fixes an oddity with the IMAGE_GATHER4_C_LZ entry in our instruction format table. Let me know if there's anything I need to change.

Credits to @Missake212 for testing these changes.

Used by The Last of Us Remastered.
Had a different set of types compared to the other IMAGE_GATHER4 ops.
@raphaelthegreat
Copy link
Collaborator

Thanks, these are also used by Driveclub CUSA00003 so was meaning to add them, nice to have

@raphaelthegreat raphaelthegreat merged commit 122fe22 into shadps4-emu:main Dec 28, 2024
9 checks passed
@StevenMiller123 StevenMiller123 deleted the TLOU-opcodes branch December 28, 2024 00:52
Younes-Bel pushed a commit to Younes-Bel/shadPS4 that referenced this pull request Dec 29, 2024
* Implement IMAGE_GATHER4_O

Used by The Last of Us Remastered.

* Fix type on IMAGE_GATHER4_C_LZ

Had a different set of types compared to the other IMAGE_GATHER4 ops.

* IMAGE_GATHER4
Xcedf pushed a commit to Xcedf/shadPS4 that referenced this pull request Dec 29, 2024
* Implement IMAGE_GATHER4_O

Used by The Last of Us Remastered.

* Fix type on IMAGE_GATHER4_C_LZ

Had a different set of types compared to the other IMAGE_GATHER4 ops.

* IMAGE_GATHER4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants