[PR #3088] [MERGED] buffer_cache: Bump device local staging buffer size #3214

Closed
opened 2026-02-27 22:02:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3088
Author: @raphaelthegreat
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @georgemoralis

Base: mainHead: loss-fix


📝 Commits (1)

  • 9d6f6b5 buffer_cache: Bump device local staging buffer size

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/video_core/buffer_cache/buffer_cache.cpp (+1 -1)

📄 Description

Fix for https://github.com/shadps4-emu/shadPS4/pull/3079#issuecomment-2964660112
Game is trying to copy a 4096x4096 depth buffer and needs 4096 * 4096 * 4 = 67108864 which didn't fit the buffer


🔄 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/3088 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `loss-fix` --- ### 📝 Commits (1) - [`9d6f6b5`](https://github.com/shadps4-emu/shadPS4/commit/9d6f6b5e6d6b2b4a59080c7109e794a555d69d34) buffer_cache: Bump device local staging buffer size ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/buffer_cache/buffer_cache.cpp` (+1 -1) </details> ### 📄 Description Fix for https://github.com/shadps4-emu/shadPS4/pull/3079#issuecomment-2964660112 Game is trying to copy a 4096x4096 depth buffer and needs 4096 * 4096 * 4 = 67108864 which didn't fit the buffer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:51 +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#3214
No description provided.