[PR #3555] [MERGED] Core: ClampRangeSize fixes #3569

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3555
Author: @StevenMiller123
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @squidbus

Base: mainHead: ClampRangeSize-fix


📝 Commits (2)

  • 67f4e09 Swap !IsFree() for IsMapped()
  • 10acd2e Apply ClampRangeSize to vertex buffers

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

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

📄 Description

This PR applies ClampRangeSize to vertex buffers, and fixes ClampRangeSize so it doesn't include memory that is Reserved or PoolReserved.


🔄 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/3555 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `ClampRangeSize-fix` --- ### 📝 Commits (2) - [`67f4e09`](https://github.com/shadps4-emu/shadPS4/commit/67f4e09d9c64837ea0c24604de9df453e439bdfb) Swap !IsFree() for IsMapped() - [`10acd2e`](https://github.com/shadps4-emu/shadPS4/commit/10acd2e7b52031c02bd32582ab3f749706e1ecf7) Apply ClampRangeSize to vertex buffers ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/memory.cpp` (+1 -1) 📝 `src/video_core/buffer_cache/buffer_cache.cpp` (+2 -1) </details> ### 📄 Description This PR applies ClampRangeSize to vertex buffers, and fixes ClampRangeSize so it doesn't include memory that is Reserved or PoolReserved. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:11 +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#3569
No description provided.