[PR #3706] [MERGED] Lib.GnmDriver: Fix tessellation factor ring address #3671

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3706
Author: @StevenMiller123
Created: 10/5/2025
Status: Merged
Merged: 10/5/2025
Merged by: @georgemoralis

Base: mainHead: Oops


📝 Commits (1)

📊 Changes

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

View changed files

📝 src/core/libraries/gnmdriver/gnmdriver.cpp (+1 -1)

📄 Description

Previous logic did SYSTEM_MANAGED_MAX - 0xFFFFFFF, now that we're using SystemManagedVirtualBase + SystemManagedVirtualSize, which is one higher, we need to subtract one more to get the same address result as before.

Should fix regressions caused by #3697


🔄 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/3706 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 10/5/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `Oops` --- ### 📝 Commits (1) - [`fb11f5c`](https://github.com/shadps4-emu/shadPS4/commit/fb11f5c12016cf4b123d3cdac15db0ca97ddc77d) Fix tess addr ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/gnmdriver/gnmdriver.cpp` (+1 -1) </details> ### 📄 Description Previous logic did SYSTEM_MANAGED_MAX - 0xFFFFFFF, now that we're using SystemManagedVirtualBase + SystemManagedVirtualSize, which is one higher, we need to subtract one more to get the same address result as before. Should fix regressions caused by #3697 --- <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:33 +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#3671
No description provided.