mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3737] [MERGED] usbd: Implement usb backend system #3692
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#3692
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/3737
Author: @ElBread3
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/31/2025
Merged by: @georgemoralis
Base:
main← Head:usb-backend-shim📝 Commits (5)
87ba895initial impl389f13breviews3305d25upstreamed deReaperJosh changes7232c25Merge branch 'main' into usb-backend-shimb249d1efixed config.cpp📊 Changes
7 files changed (+597 additions, -62 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
src/common/config.cpp(+14 -0)📝
src/common/config.h(+4 -0)📝
src/core/ipc/ipc.cpp(+38 -0)➕
src/core/libraries/usbd/usb_backend.h(+477 -0)📝
src/core/libraries/usbd/usbd.cpp(+55 -62)📝
src/core/libraries/usbd/usbd.h(+8 -0)📄 Description
As a preliminary step to toys-to-life emulation, the goal of this PR is to implement a polymorphic USB backend class that shims all necessary functions for toys-to-life games to use emulated devices. This doesn't actually emulate any of the devices as of yet, I think it would be more fitting to leave that to @deReeperJosh, who previously contributed this feature to the other emulators.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.