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
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
2018-08-12
Code cleanup for profile manager
David Marcec
2018-08-11
Added GetOpenUserCount
David Marcec
2018-08-11
Removed all for loops from the profile manager
David Marcec
2018-08-11
If statement style change
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
Don't add user if the uuid already exists
David Marcec
2018-08-09
Open first user added
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