[PR #1713] [MERGED] shader_recompiler: Implement S_ABS_I32 #2258

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1713
Author: @squidbus
Created: 12/9/2024
Status: Merged
Merged: 12/9/2024
Merged by: @polybiusproxy

Base: mainHead: abs-i32


📝 Commits (1)

  • 78f5612 shader_recompiler: Implement S_ABS_I32

📊 Changes

2 files changed (+9 additions, -0 deletions)

View changed files

📝 src/shader_recompiler/frontend/translate/scalar_alu.cpp (+8 -0)
📝 src/shader_recompiler/frontend/translate/translate.h (+1 -0)

📄 Description

Implements the S_ABS_I32 instruction. Used by CUSA19345 (Sonic Colors: Ultimate)


🔄 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/1713 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@polybiusproxy](https://github.com/polybiusproxy) **Base:** `main` ← **Head:** `abs-i32` --- ### 📝 Commits (1) - [`78f5612`](https://github.com/shadps4-emu/shadPS4/commit/78f56125a5f7a19b8e9de07e828361088b3c76b8) shader_recompiler: Implement S_ABS_I32 ### 📊 Changes **2 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/frontend/translate/scalar_alu.cpp` (+8 -0) 📝 `src/shader_recompiler/frontend/translate/translate.h` (+1 -0) </details> ### 📄 Description Implements the `S_ABS_I32` instruction. Used by CUSA19345 (Sonic Colors: Ultimate) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:47 +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#2258
No description provided.