[PR #1690] [MERGED] ajm: support for multiple contexts #2248

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1690
Author: @auser1337
Created: 12/7/2024
Status: Merged
Merged: 12/8/2024
Merged by: @georgemoralis

Base: mainHead: multiple-contexts


📝 Commits (2)

  • 9da5bb6 ajm: support for multiple contexts
  • cddf415 fix sceAjmInitialize

📊 Changes

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

View changed files

📝 src/core/libraries/ajm/ajm.cpp (+46 -10)

📄 Description

  • Introduced an unordered_map for multi-context handling
  • Adjusted sceAjmInitialize to return contexts.size() + 1

Allows games like MediEvil, Atomic Heart, and others to progress slightly further.


🔄 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/1690 **Author:** [@auser1337](https://github.com/auser1337) **Created:** 12/7/2024 **Status:** ✅ Merged **Merged:** 12/8/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `multiple-contexts` --- ### 📝 Commits (2) - [`9da5bb6`](https://github.com/shadps4-emu/shadPS4/commit/9da5bb6b4804e54ab29fcdf77dda380dd9ad6fd6) ajm: support for multiple contexts - [`cddf415`](https://github.com/shadps4-emu/shadPS4/commit/cddf4159bfc60c68d82b2abac42e3ee13ec4ae5a) fix sceAjmInitialize ### 📊 Changes **1 file changed** (+46 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/ajm/ajm.cpp` (+46 -10) </details> ### 📄 Description - Introduced an `unordered_map` for multi-context handling - Adjusted `sceAjmInitialize` to return `contexts.size() + 1` Allows games like MediEvil, Atomic Heart, and others to progress slightly further. --- <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:45 +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#2248
No description provided.