[PR #1454] [MERGED] Fix sideband buffer order #2120

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1454
Author: @roamic
Created: 10/27/2024
Status: Merged
Merged: 10/27/2024
Merged by: @georgemoralis

Base: ajmHead: fix-sideband-buffer


📝 Commits (1)

  • dcc8739 Fix sideband buffer order

📊 Changes

6 files changed (+98 additions, -58 deletions)

View changed files

📝 src/core/libraries/ajm/ajm.cpp (+79 -52)
📝 src/core/libraries/ajm/ajm.h (+1 -1)
📝 src/core/libraries/ajm/ajm_at9.cpp (+3 -3)
📝 src/core/libraries/ajm/ajm_at9.h (+5 -2)
📝 src/core/libraries/ajm/ajm_instance.h (+7 -0)
📝 src/core/libraries/ajm/ajm_mp3.h (+3 -0)

📄 Description

  • Fixed the order in which sideband buffer is filled (should be flag index high-to-low)
  • Reused the buffer helper for sideband 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/1454 **Author:** [@roamic](https://github.com/roamic) **Created:** 10/27/2024 **Status:** ✅ Merged **Merged:** 10/27/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `ajm` ← **Head:** `fix-sideband-buffer` --- ### 📝 Commits (1) - [`dcc8739`](https://github.com/shadps4-emu/shadPS4/commit/dcc8739ab731eab8001fe4f41eadb3fcbf487366) Fix sideband buffer order ### 📊 Changes **6 files changed** (+98 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/ajm/ajm.cpp` (+79 -52) 📝 `src/core/libraries/ajm/ajm.h` (+1 -1) 📝 `src/core/libraries/ajm/ajm_at9.cpp` (+3 -3) 📝 `src/core/libraries/ajm/ajm_at9.h` (+5 -2) 📝 `src/core/libraries/ajm/ajm_instance.h` (+7 -0) 📝 `src/core/libraries/ajm/ajm_mp3.h` (+3 -0) </details> ### 📄 Description * Fixed the order in which sideband buffer is filled (should be flag index high-to-low) * Reused the buffer helper for sideband buffer --- <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: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#2120
No description provided.