mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3091] [CLOSED] User management #3216
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#3216
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/3091
Author: @georgemoralis
Created: 6/12/2025
Status: ❌ Closed
Base:
main← Head:user_management📝 Commits (10+)
3da6f25using common OrbisUserServiceUserId from Userservice0e2f414initial user management dialogdbaf2ccclang fix7d6b79badding home dir6c64deeMerge branch 'main' into user_management4bccf7asome more draft work7b0d6c4use json to read local file32fcd80added createdDefaultUseree54507Merge branch 'main' into user_managementd61e313Merge branch 'main' into user_management📊 Changes
39 files changed (+399 additions, -63 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
CMakeLists.txt(+5 -1)📝
REUSE.toml(+1 -0)📝
externals/CMakeLists.txt(+4 -0)➕
externals/json(+1 -0)📝
src/common/config.cpp(+9 -0)📝
src/common/config.h(+3 -1)📝
src/common/path_util.cpp(+1 -0)📝
src/common/path_util.h(+2 -0)📝
src/core/libraries/audio3d/audio3d.cpp(+5 -5)📝
src/core/libraries/audio3d/audio3d.h(+3 -4)📝
src/core/libraries/game_live_streaming/gamelivestreaming.h(+3 -2)📝
src/core/libraries/ime/error_dialog.cpp(+2 -1)📝
src/core/libraries/ime/error_dialog.h(+0 -2)📝
src/core/libraries/ime/ime.cpp(+3 -2)📝
src/core/libraries/ime/ime.h(+3 -2)📝
src/core/libraries/ime/ime_common.h(+2 -1)📝
src/core/libraries/np_manager/np_manager.cpp(+11 -6)📝
src/core/libraries/np_manager/np_manager.h(+12 -8)📝
src/core/libraries/np_trophy/np_trophy.cpp(+6 -4)...and 19 more files
📄 Description
PS4 unlikely previous consoles is user oriented , that means that we have to have user management .
This is still WIP , i will update it once it goes on
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.