mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3216] [MERGED] Random fixes #3311
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#3311
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/3216
Author: @raphaelthegreat
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/9/2025
Merged by: @georgemoralis
Base:
main← Head:random-fixes📝 Commits (6)
565bde7buffer_cache: Handle inline data to flexible memory5cd32cccontrol_flow: Fix single instruction scopes edge cased3c3e56vector_memory: Handle soffset when offen is false8d9383cscalar_alu: Handle sharp moves with S_MOV_B646c0af8demulator: Add log462930avideo_core: Bump binary info search range and buffer num📊 Changes
9 files changed (+33 additions, -9 deletions)
View changed files
📝
src/emulator.cpp(+1 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+3 -1)📝
src/shader_recompiler/frontend/control_flow_graph.cpp(+3 -2)📝
src/shader_recompiler/frontend/translate/scalar_alu.cpp(+9 -0)📝
src/shader_recompiler/frontend/translate/vector_memory.cpp(+9 -3)📝
src/shader_recompiler/info.h(+1 -1)📝
src/video_core/amdgpu/liverpool.cpp(+2 -0)📝
src/video_core/amdgpu/liverpool.h(+1 -1)📝
src/video_core/buffer_cache/buffer_cache.cpp(+4 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.