[PR #378] [CLOSED] Allow shader patching #1525

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

📋 Pull Request Information

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

Base: mainHead: shader-patching


📝 Commits (3)

  • 5156482 Allow shader patching
  • 7fe77e1 add copyright information to patching shader doc
  • b42be42 add logging for shader patches

📊 Changes

5 files changed (+68 additions, -3 deletions)

View changed files

documents/patching-shader.md (+19 -0)
📝 src/common/config.cpp (+7 -0)
📝 src/common/config.h (+1 -0)
📝 src/video_core/renderer_vulkan/vk_pipeline_cache.cpp (+39 -3)
📝 src/video_core/renderer_vulkan/vk_pipeline_cache.h (+2 -0)

📄 Description

I did this for myself, but I think it can be useful to more people


🔄 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/378 **Author:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Created:** 8/8/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `shader-patching` --- ### 📝 Commits (3) - [`5156482`](https://github.com/shadps4-emu/shadPS4/commit/5156482ce86025f76892072a81f8659f6741427f) Allow shader patching - [`7fe77e1`](https://github.com/shadps4-emu/shadPS4/commit/7fe77e1307aa083caeb8f47f54538adb365d66b2) add copyright information to patching shader doc - [`b42be42`](https://github.com/shadps4-emu/shadPS4/commit/b42be42d58fca2e750cc0d5e30b21dfcf042222e) add logging for shader patches ### 📊 Changes **5 files changed** (+68 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `documents/patching-shader.md` (+19 -0) 📝 `src/common/config.cpp` (+7 -0) 📝 `src/common/config.h` (+1 -0) 📝 `src/video_core/renderer_vulkan/vk_pipeline_cache.cpp` (+39 -3) 📝 `src/video_core/renderer_vulkan/vk_pipeline_cache.h` (+2 -0) </details> ### 📄 Description I did this for myself, but I think it can be useful to more people --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:55 +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#1525
No description provided.