[PR #3717] [MERGED] Core: Fix out of flexible memory error return in MapMemory #3679

Closed
opened 2026-02-27 22:04:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3717
Author: @StevenMiller123
Created: 10/7/2025
Status: Merged
Merged: 10/8/2025
Merged by: @squidbus

Base: mainHead: out-of-mem-fix


📝 Commits (1)

  • 616ff4e Fix return for running out of flexible memory

📊 Changes

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

View changed files

📝 src/core/memory.cpp (+1 -1)

📄 Description

This case returns ORBIS_KERNEL_ERROR_EINVAL on real hardware, not ORBIS_KERNEL_ERROR_ENOMEM.


🔄 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/3717 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `out-of-mem-fix` --- ### 📝 Commits (1) - [`616ff4e`](https://github.com/shadps4-emu/shadPS4/commit/616ff4eb741724f5a1d65124b232b82cbdabbd25) Fix return for running out of flexible memory ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/core/memory.cpp` (+1 -1) </details> ### 📄 Description This case returns `ORBIS_KERNEL_ERROR_EINVAL` on real hardware, not `ORBIS_KERNEL_ERROR_ENOMEM`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:35 +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#3679
No description provided.