mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #1530] [CLOSED] Device file abstraction & Mouse hid implementation #2155
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#2155
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/1530
Author: @viniciuslrangel
Created: 11/14/2024
Status: ❌ Closed
Base:
main← Head:mouse-hid📝 Commits (10+)
4b106aeadding mouse module (initial)5742fd8more work in mouse liba6fc595fixed a test22f0c5afix filterd1fdbd0More Lib mouse (#1414)c70a496libMouse: adds mutexesf884b6dIOFile: removes seek limit checks when file is writableb76c98eadd virtual devices scaffold31b3b19devices: add mouse abstractione40ef8eremove old hle mouse📊 Changes
29 files changed (+1230 additions, -186 deletions)
View changed files
📝
CMakeLists.txt(+9 -1)📝
src/common/io_file.cpp(+12 -10)📝
src/common/io_file.h(+2 -0)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)➕
src/common/va_ctx.h(+111 -0)➕
src/core/devices/base_device.cpp(+12 -0)➕
src/core/devices/base_device.h(+68 -0)➕
src/core/devices/hid_device.cpp(+68 -0)➕
src/core/devices/hid_device.h(+30 -0)➕
src/core/devices/hid_device_mouse.cpp(+76 -0)➕
src/core/devices/ioccom.h(+77 -0)📝
src/core/file_sys/fs.cpp(+0 -1)📝
src/core/file_sys/fs.h(+9 -1)📝
src/core/libraries/error_codes.h(+7 -0)📝
src/core/libraries/kernel/file_system.cpp(+98 -19)📝
src/core/libraries/kernel/libkernel.cpp(+25 -1)📝
src/core/libraries/pad/pad.cpp(+332 -114)📝
src/core/libraries/pad/pad.h(+6 -0)📝
src/core/libraries/system/msgdialog_ui.cpp(+26 -11)...and 9 more files
📄 Description
Also steering wheel emulation (
???)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.