[PR #1945] [MERGED] libraries: Add libSceMove HLE skeleton #2394

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1945
Author: @mailwl
Created: 12/28/2024
Status: Merged
Merged: 12/28/2024
Merged by: @georgemoralis

Base: mainHead: move


📝 Commits (2)

  • 3d78cf4 libraries: Add libSceMove HLE skeleton
  • 901cbd7 Fix clang-format issue

📊 Changes

6 files changed (+72 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+2 -1)
📝 src/core/libraries/libs.cpp (+2 -0)
src/core/libraries/move/move.cpp (+44 -0)
src/core/libraries/move/move.h (+21 -0)

📄 Description

This PR adds empty libSceMove implementation


🔄 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/1945 **Author:** [@mailwl](https://github.com/mailwl) **Created:** 12/28/2024 **Status:** ✅ Merged **Merged:** 12/28/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `move` --- ### 📝 Commits (2) - [`3d78cf4`](https://github.com/shadps4-emu/shadPS4/commit/3d78cf45212b3c38f831749688aa53c75c74fbee) libraries: Add libSceMove HLE skeleton - [`901cbd7`](https://github.com/shadps4-emu/shadPS4/commit/901cbd70c84b825d636749bcc36e74e9edb19a32) Fix clang-format issue ### 📊 Changes **6 files changed** (+72 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+2 -1) 📝 `src/core/libraries/libs.cpp` (+2 -0) ➕ `src/core/libraries/move/move.cpp` (+44 -0) ➕ `src/core/libraries/move/move.h` (+21 -0) </details> ### 📄 Description This PR adds empty libSceMove implementation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:20 +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#2394
No description provided.