mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2550] [CLOSED] Support for multiple controllers and players #2819
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#2819
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/2550
Author: @kalaposfos13
Created: 2/27/2025
Status: ❌ Closed
Base:
main← Head:multiple-controllers📝 Commits (10+)
180a348Multiple controllers v08cc101bclangc1bb630Make non-remappable inputs work303b4c4Correctly handle sceUserServiceGetLoginUserIdListf04cdd7clanga2264e9Cleanupc9ece44reallyc05a522Stash7d80d13More logginge924817clang📊 Changes
15 files changed (+700 additions, -611 deletions)
View changed files
📝
src/common/config.cpp(+82 -62)📝
src/common/config.h(+2 -2)📝
src/core/libraries/np/np_manager.cpp(+3 -2)📝
src/core/libraries/pad/pad.cpp(+58 -43)📝
src/core/libraries/system/userservice.cpp(+34 -16)📝
src/core/libraries/system/userservice.h(+3 -1)📝
src/emulator.cpp(+2 -2)📝
src/emulator.h(+2 -2)📝
src/imgui/renderer/imgui_impl_sdl3.cpp(+3 -4)📝
src/input/controller.cpp(+152 -81)📝
src/input/controller.h(+39 -28)📝
src/input/input_handler.cpp(+124 -95)📝
src/input/input_handler.h(+98 -9)📝
src/sdl_window.cpp(+93 -244)📝
src/sdl_window.h(+5 -20)📄 Description
Edit: this description is outdated, don't take everything in it as the current state of this PR.
Contains:
What's missing yet:
How to use:
: <controllerNumber>after the output. Example:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.