[PR #2355] [MERGED] libSceHmd Stubs #2673

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2355
Author: @StevenMiller123
Created: 2/5/2025
Status: Merged
Merged: 2/5/2025
Merged by: @georgemoralis

Base: mainHead: libSceHmd-stubs


📝 Commits (4)

📊 Changes

6 files changed (+1431 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+5 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+1 -0)
src/core/libraries/hmd/hmd.cpp (+1219 -0)
src/core/libraries/hmd/hmd.h (+203 -0)
📝 src/core/libraries/libs.cpp (+2 -0)

📄 Description

This PR adds auto-generated stubs for the libSceHmd library. This also adds accurate constant returns for this library's sceHmdReprojectionQuery functions.

This fixes the Unable to find free direct memory area: size = 0x10000000 assert in DEAD OR ALIVE Xtreme 3 Scarlet (CUSA14831)


🔄 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/2355 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 2/5/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `libSceHmd-stubs` --- ### 📝 Commits (4) - [`a1d4e1f`](https://github.com/shadps4-emu/shadPS4/commit/a1d4e1fb8234a6793f2919f347b1ca9411f6b187) Add generated libSceHmd stubs - [`0d4daa7`](https://github.com/shadps4-emu/shadPS4/commit/0d4daa7f685099634465aca74a4c405513643b61) Implement ReprojectionQuery functions - [`409fc9b`](https://github.com/shadps4-emu/shadPS4/commit/409fc9ba9ef3a57fc71d9d0784c0e6a54a185e56) Clang - [`573a4a9`](https://github.com/shadps4-emu/shadPS4/commit/573a4a9eceb9d3b085cf2ad8da76c556d7776995) Clang ### 📊 Changes **6 files changed** (+1431 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+5 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+1 -0) ➕ `src/core/libraries/hmd/hmd.cpp` (+1219 -0) ➕ `src/core/libraries/hmd/hmd.h` (+203 -0) 📝 `src/core/libraries/libs.cpp` (+2 -0) </details> ### 📄 Description This PR adds auto-generated stubs for the `libSceHmd` library. This also adds accurate constant returns for this library's `sceHmdReprojectionQuery` functions. This fixes the `Unable to find free direct memory area: size = 0x10000000` assert in DEAD OR ALIVE Xtreme 3 Scarlet (CUSA14831) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:49 +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#2673
No description provided.