[PR #523] [CLOSED] Bb hacks #1613

Closed
opened 2026-02-27 21:13:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/523
Author: @wilmderdiegd
Created: 8/22/2024
Status: Closed

Base: mainHead: bb-hacks


📝 Commits (4)

  • 1b68929 BB retail hacks
  • e8413cd skip motion blur draw
  • 2d606f8 renderer_vulkan: Reduce number of compiled shaders
  • c4a4b45 Merge branch 'main' into bb-hacks

📊 Changes

9 files changed (+143 additions, -16 deletions)

View changed files

src/core/libraries/kernel/event_flag/error_codes.h (+14 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+9 -0)
📝 src/shader_recompiler/ir/passes/resource_tracking_pass.cpp (+1 -1)
📝 src/video_core/amdgpu/liverpool.cpp (+5 -0)
📝 src/video_core/renderer_vulkan/vk_compute_pipeline.cpp (+69 -1)
📝 src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp (+1 -1)
📝 src/video_core/renderer_vulkan/vk_pipeline_cache.cpp (+39 -2)
📝 src/video_core/renderer_vulkan/vk_pipeline_cache.h (+1 -0)
📝 src/video_core/renderer_vulkan/vk_rasterizer.cpp (+4 -11)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/523 **Author:** [@wilmderdiegd](https://github.com/wilmderdiegd) **Created:** 8/22/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bb-hacks` --- ### 📝 Commits (4) - [`1b68929`](https://github.com/shadps4-emu/shadPS4/commit/1b68929d12c24d319a00d51ac9b7e247d8c83fc4) BB retail hacks - [`e8413cd`](https://github.com/shadps4-emu/shadPS4/commit/e8413cd5ab6ac8b987a4953d2221b83ad226ec9a) skip motion blur draw - [`2d606f8`](https://github.com/shadps4-emu/shadPS4/commit/2d606f81838b4ac625d1aba876a9858ca9791728) renderer_vulkan: Reduce number of compiled shaders - [`c4a4b45`](https://github.com/shadps4-emu/shadPS4/commit/c4a4b45fb07806cf36e146a771d1d2c7960d3f06) Merge branch 'main' into bb-hacks ### 📊 Changes **9 files changed** (+143 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `src/core/libraries/kernel/event_flag/error_codes.h` (+14 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+9 -0) 📝 `src/shader_recompiler/ir/passes/resource_tracking_pass.cpp` (+1 -1) 📝 `src/video_core/amdgpu/liverpool.cpp` (+5 -0) 📝 `src/video_core/renderer_vulkan/vk_compute_pipeline.cpp` (+69 -1) 📝 `src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp` (+1 -1) 📝 `src/video_core/renderer_vulkan/vk_pipeline_cache.cpp` (+39 -2) 📝 `src/video_core/renderer_vulkan/vk_pipeline_cache.h` (+1 -0) 📝 `src/video_core/renderer_vulkan/vk_rasterizer.cpp` (+4 -11) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1613
No description provided.