index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
acc
/
profile_manager.cpp
Age
Commit message (
Expand
)
Author
2024-02-16
service: am: Fix GetMainAppletAvailableUsers for user creation
Narr the Reg
2024-01-17
Update based on feedback
Andrew Pilley
2024-01-17
Allow -u to accept a username string in addition to index, and suppress the U...
Andrew Pilley
2024-01-13
service: acc: Only save profiles when profiles have changed
german77
2023-06-03
service: account: Save user profile folder on first user creation
german77
2023-03-12
general: fix spelling mistakes
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-02
core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.
bunnei
2022-07-14
service: ac: Replace intances of ProfileData with UserData
german77
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
profile: Migrate to the new UUID implementation
Morph
2021-09-22
common/uuid: Add validity checking functions to interface
Lioncash
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-01-28
Fix user changing to 0 if valid
german
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-03
profile_manager: Make use of std::nullopt
Lioncash
2020-08-03
profile_manager: Make use of designated initializers
Lioncash
2020-01-04
core: Initialize several structs that make use of Common::UUID.
bunnei
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-07-03
profile_manager: Add setter for ProfileBase and ProfileData
Zach Hilman
2019-04-25
mii_manager: Cleanup and optimization
Zach Hilman
2019-04-25
common: Extract UUID to its own class
Zach Hilman
2018-11-26
profile_manager: Save and load ProfileData from disk
Zach Hilman
2018-11-14
profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSa...
Lioncash
2018-11-14
profile_manager: Move UUID Format function definitions into the cpp file
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-24
profile_manager: Use std::optional instead of boost::optional
Lioncash
2018-10-23
profile_manager: Create save data if it doesn't exist on use
Zach Hilman
2018-10-23
acc: Fix account UUID duplication error
Zach Hilman
2018-10-23
configure_system: Clear selection after user delete
Zach Hilman
2018-10-23
profile_manager: Load user icons, names, and UUIDs from system save
Zach Hilman
2018-10-23
profile_manager: Load users from emulator settings
Zach Hilman
2018-09-18
Invalid default value of username in yuzu_cmd (#1334)
Philippe Babin
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-20
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
2018-08-20
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2018-08-20
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2018-08-20
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2018-08-20
profile_manager: Move UUID generation function to the cpp file
Lioncash
2018-08-20
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
2018-08-12
Added better explanations in the profile manager
David Marcec
[next]