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.h
Age
Commit message (
Expand
)
Author
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-10-17
service: acc: Implement functions needed for profile select (#11653)
Narr the Reg
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-03-19
common: Reduce unused includes
ameerj
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-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-01-04
core: Initialize several structs that make use of Common::UUID.
bunnei
2019-07-03
profile_manager: Add setter for ProfileBase and ProfileData
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: Move UUID Format function definitions into the cpp file
Lioncash
2018-10-31
configure_system: Contrain profile usernames to 32 characters
Lioncash
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
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-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: Use INVALID_UUID in the initializer of last_opened_user
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: Remove unnecessary static
Lioncash
2018-08-20
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
2018-08-20
profile_manager: Move UUID generation function to the cpp file
Lioncash
2018-08-12
Better UUID randomness
David Marcec
2018-08-12
Added better explanations in the profile manager
David Marcec
2018-08-12
Code cleanup for profile manager
David Marcec
2018-08-12
Removed const from ProfileBase Invalidate
David Marcec
2018-08-11
fixed invalid uuid bool operator
David Marcec
2018-08-11
Added GetOpenUserCount
David Marcec
2018-08-11
Second round of account changes
David Marcec
2018-08-11
First round of account changes
David Marcec
2018-08-11
Added IsUserRegistrationRequestPermitted
David Marcec
2018-08-09
Inital pass of account backend implementation
David Marcec
2018-08-08
GetProfileBase and GetProfileBaseAndData added
David Marcec
2018-08-08
began initial implementation of "ProfileManager"
David Marcec