mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #200] [MERGED] scePad library rewrite #1387
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/200
Author: @georgemoralis
Created: 6/15/2024
Status: ✅ Merged
Merged: 6/22/2024
Merged by: @georgemoralis
Base:
main← Head:padrewrite📝 Commits (10+)
0aa2942new pad module structured using modulegenerator , added common pad structures and function signatures9501bd7clang fix57c65cafixes to the old pad code48d6ccdpartially added analog controls91e6d35analog support via keyboardb17a57canalog sticks works better now0325e47posix_pthread_yield , scePadGetHandle49601f5initial dents support1b2c3ccbetter dirents19edb81fixed stupid directory iterator issue📊 Changes
11 files changed (+1161 additions, -180 deletions)
View changed files
📝
src/core/file_sys/fs.cpp(+6 -8)📝
src/core/file_sys/fs.h(+6 -1)📝
src/core/libraries/kernel/file_system.cpp(+85 -9)📝
src/core/libraries/kernel/file_system.h(+10 -0)📝
src/core/libraries/kernel/thread_management.cpp(+6 -0)📝
src/core/libraries/libs.cpp(+1 -1)📝
src/core/libraries/pad/pad.cpp(+586 -59)📝
src/core/libraries/pad/pad.h(+278 -79)📝
src/input/controller.cpp(+37 -8)📝
src/input/controller.h(+22 -4)📝
src/sdl_window.cpp(+124 -11)📄 Description
Purpose of this pr is
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.