[PR #3881] [CLOSED] Systemgesture lib #3778

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3881
Author: @georgemoralis
Created: 12/28/2025
Status: Closed

Base: mainHead: systemgesture


📝 Commits (8)

  • 5909611 fuction parameters and error codes
  • b3f0a1c cleanup
  • 773f556 detail logging
  • 80734f2 sceSystemGestureUpdateTouchRecognizerRectangleInternal
  • 2b317d9 sceSystemGestureGetTouchRecognizerInformationInternal
  • 3fb0932 sceSystemGestureGetTouchEventsCountInternal
  • defad91 sceSystemGestureGetPrimitiveTouchEventByIndexInternal
  • 62d5ef7 sceSystemGestureGetPrimitiveTouchEventByPrimitiveIDInternal

📊 Changes

6 files changed (+2504 additions, -73 deletions)

View changed files

📝 CMakeLists.txt (+3 -0)
📝 src/core/libraries/system_gesture/system_gesture.cpp (+106 -50)
📝 src/core/libraries/system_gesture/system_gesture.h (+625 -23)
src/core/libraries/system_gesture/system_gesture_error.h (+15 -0)
src/core/libraries/system_gesture/system_gesture_internal.cpp (+389 -0)
src/core/libraries/system_gesture/system_gesture_internal.h (+1366 -0)

📄 Description

Just another WIP RE code pr :D


🔄 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/3881 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 12/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `systemgesture` --- ### 📝 Commits (8) - [`5909611`](https://github.com/shadps4-emu/shadPS4/commit/5909611518a923bf91675fc7bc147e39fc2b74f1) fuction parameters and error codes - [`b3f0a1c`](https://github.com/shadps4-emu/shadPS4/commit/b3f0a1c05905ff89dd0459f5e3d0362a83d46623) cleanup - [`773f556`](https://github.com/shadps4-emu/shadPS4/commit/773f5560ed404c8ea1618e52eb476b20f2a725f6) detail logging - [`80734f2`](https://github.com/shadps4-emu/shadPS4/commit/80734f2a0bfa15a6b68d85ff904b48c97eb1af23) sceSystemGestureUpdateTouchRecognizerRectangleInternal - [`2b317d9`](https://github.com/shadps4-emu/shadPS4/commit/2b317d9b8ba9e8708e8018fc0b6974808c380d2d) sceSystemGestureGetTouchRecognizerInformationInternal - [`3fb0932`](https://github.com/shadps4-emu/shadPS4/commit/3fb09321f1d2d1df15c72b964cc5ec284bbd3269) sceSystemGestureGetTouchEventsCountInternal - [`defad91`](https://github.com/shadps4-emu/shadPS4/commit/defad91fd557f6276c8b6c7991e5d60e357a5f91) sceSystemGestureGetPrimitiveTouchEventByIndexInternal - [`62d5ef7`](https://github.com/shadps4-emu/shadPS4/commit/62d5ef75c57c415b9ca59a869d35bcc9f011cc57) sceSystemGestureGetPrimitiveTouchEventByPrimitiveIDInternal ### 📊 Changes **6 files changed** (+2504 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+3 -0) 📝 `src/core/libraries/system_gesture/system_gesture.cpp` (+106 -50) 📝 `src/core/libraries/system_gesture/system_gesture.h` (+625 -23) ➕ `src/core/libraries/system_gesture/system_gesture_error.h` (+15 -0) ➕ `src/core/libraries/system_gesture/system_gesture_internal.cpp` (+389 -0) ➕ `src/core/libraries/system_gesture/system_gesture_internal.h` (+1366 -0) </details> ### 📄 Description Just another WIP RE code pr :D --- <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:56 +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#3778
No description provided.