mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #3450] [MERGED] video_core: Fix some struct comparisons. #3477
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#3477
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/3450
Author: @squidbus
Created: 8/24/2025
Status: ✅ Merged
Merged: 8/24/2025
Merged by: @squidbus
Base:
main← Head:struct📝 Commits (1)
15265bfvideo_core: Fix some struct comparisons.📊 Changes
3 files changed (+22 additions, -13 deletions)
View changed files
📝
src/shader_recompiler/specialization.h(+4 -4)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.h(+4 -0)📝
src/video_core/renderer_vulkan/vk_scheduler.h(+14 -9)📄 Description
specialization, replace some three-way comparison operator declarations with equality operators, as some of the contents are not three-way comparable.memcmp, initialize full struct (including padding) to zero in constructor.Fixes some lag due to state being constantly deemed to be dirty.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
S_LSHL_B32in ParseCopyShader #3499