[PR #1898] [MERGED] Fix for D32Sfloat and R8Snorm Tiled image #2374

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1898
Author: @Xphalnos
Created: 12/26/2024
Status: Merged
Merged: 12/27/2024
Merged by: @raphaelthegreat

Base: mainHead: patch-1


📝 Commits (2)

  • 1f4bfc7 Fix for D32Sfloat Tiled image
  • 1ad8b65 Fix for R8Snorm Tiled image

📊 Changes

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

View changed files

📝 src/video_core/texture_cache/tile_manager.cpp (+2 -0)

📄 Description

After downloading about fifty logs on shadps4-game-compatibility (Since the 0.5.0 release), I found that there was only one texture format that came back each time: D32Sfloat.

Games impacted by the error: The Last Guardian, The Witcher 3: Wild Hunt, Gravity Rush Remastered, Persona 5 Royal and YAKUZA 0

Edit: I added R8Snorm because it is needed for Elden Ring. (Thanks @DanielSvoboda)


🔄 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/1898 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/27/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`1f4bfc7`](https://github.com/shadps4-emu/shadPS4/commit/1f4bfc790251a8107a01b626c9134c457da0f8de) Fix for D32Sfloat Tiled image - [`1ad8b65`](https://github.com/shadps4-emu/shadPS4/commit/1ad8b65a1a006929d50316f319893cfdf4f9f7ea) Fix for R8Snorm Tiled image ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/texture_cache/tile_manager.cpp` (+2 -0) </details> ### 📄 Description After downloading about fifty logs on **shadps4-game-compatibility** (Since the 0.5.0 release), I found that there was only one texture format that came back each time: **D32Sfloat**. Games impacted by the error: **The Last Guardian, The Witcher 3: Wild Hunt, Gravity Rush Remastered, Persona 5 Royal and YAKUZA 0** Edit: I added **R8Snorm** because it is needed for **Elden Ring**. (Thanks @DanielSvoboda) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:15 +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#2374
No description provided.