[PR #1460] [MERGED] Draft: Added threading to AJM #2123

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1460
Author: @roamic
Created: 10/29/2024
Status: Merged
Merged: 11/1/2024
Merged by: @georgemoralis

Base: ajmHead: ajm-threading


📝 Commits (1)

📊 Changes

8 files changed (+447 additions, -170 deletions)

View changed files

src/common/indexed_resources.h (+56 -0)
📝 src/core/libraries/ajm/ajm.cpp (+274 -129)
📝 src/core/libraries/ajm/ajm.h (+5 -15)
📝 src/core/libraries/ajm/ajm_at9.cpp (+29 -9)
📝 src/core/libraries/ajm/ajm_at9.h (+4 -10)
📝 src/core/libraries/ajm/ajm_instance.h (+71 -2)
📝 src/core/libraries/ajm/ajm_mp3.cpp (+6 -3)
📝 src/core/libraries/ajm/ajm_mp3.h (+2 -2)

📄 Description

Very dirty code, needs a LOT of work.


🔄 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/1460 **Author:** [@roamic](https://github.com/roamic) **Created:** 10/29/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `ajm` ← **Head:** `ajm-threading` --- ### 📝 Commits (1) - [`12db492`](https://github.com/shadps4-emu/shadPS4/commit/12db492380312e2512907d92c7db39806eb7a7bf) WIP ### 📊 Changes **8 files changed** (+447 additions, -170 deletions) <details> <summary>View changed files</summary> ➕ `src/common/indexed_resources.h` (+56 -0) 📝 `src/core/libraries/ajm/ajm.cpp` (+274 -129) 📝 `src/core/libraries/ajm/ajm.h` (+5 -15) 📝 `src/core/libraries/ajm/ajm_at9.cpp` (+29 -9) 📝 `src/core/libraries/ajm/ajm_at9.h` (+4 -10) 📝 `src/core/libraries/ajm/ajm_instance.h` (+71 -2) 📝 `src/core/libraries/ajm/ajm_mp3.cpp` (+6 -3) 📝 `src/core/libraries/ajm/ajm_mp3.h` (+2 -2) </details> ### 📄 Description Very dirty code, needs a LOT of work. --- <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:17 +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#2123
No description provided.