mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #2873] [CLOSED] Bypassing usb count error #3045
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#3045
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/2873
Author: @diegolix29
Created: 5/2/2025
Status: ❌ Closed
Base:
main← Head:usbdevices📝 Commits (5)
0763601Bypassing usb count error5a1c420Now we clamp the list to 2 and make count to 0 to avoid leaks + adding loggindab3eabAdding loggin, returning error to avoid me leaks.33a0681with this we can set it up at 2 and no memory leaks atm.a9b2715Cleaning up📊 Changes
1 file changed (+9 additions, -1 deletions)
View changed files
📝
src/core/libraries/usbd/usbd.cpp(+9 -1)📄 Description
This helps some UE games to bypass the USB device count but also sending a log to the numbers of devices conected when its called by the game. Returning orbis ok to avoid booting errors.
Helps UE game Souls Calibur 6 to boot.
Its the only game i have that encounter issue with it as it dosent show any logging that this was the cause i had to go back to 0.7.0 to figure it out.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.