mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1619] [MERGED] Fixed DS_SWIZZLE_32 #2204
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1619
Author: @roamic
Created: 11/29/2024
Status: ✅ Merged
Merged: 11/29/2024
Merged by: @georgemoralis
Base:
main← Head:fix-ds-swizzle-32📝 Commits (1)
a275d3cFixed DS_SWIZZLE_32📊 Changes
1 file changed (+2 additions, -3 deletions)
View changed files
📝
src/shader_recompiler/frontend/translate/data_share.cpp(+2 -3)📄 Description
According to the specs
DS_SWIZZLE_32should not addLaneIDto the resulting index. Also it should take the first argument fromsrc[0].This fixes floor flickering in some locations and walls flickering in another location in that game.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.