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
Age
Commit message (
Expand
)
Author
2018-11-14
Merge pull request #1697 from lioncash/acc
bunnei
2018-11-14
service/acc: Correct error case within TrySelectUserWithoutInteraction()
Lioncash
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-11-07
fixed spelling error
David Marcec
2018-11-07
Added missing log
David Marcec
2018-11-07
Implement acc:TrySelectUserWithoutInteraction
David Marcec
2018-11-01
Merge pull request #1615 from lioncash/input
bunnei
2018-10-31
configure_system: Contrain profile usernames to 32 characters
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-25
Merge pull request #1576 from lioncash/acc-warn
bunnei
2018-10-24
service/acc: Move fallback image to file scope
Lioncash
2018-10-24
service/acc: Silence compiler warnings
Lioncash
2018-10-24
service/acc: Early return in failure case in LoadImage()
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
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
acc: Load user images from config dir
Zach Hilman
2018-10-23
profile_manager: Load users from emulator settings
Zach Hilman
2018-09-19
Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...
David Marcec
2018-09-18
Merge pull request #1348 from ogniK5377/GetImageSize
bunnei
2018-09-18
Invalid default value of username in yuzu_cmd (#1334)
Philippe Babin
2018-09-19
Implemented GetImageSize
David Marcec
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
service: Use nested namespace specifiers where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-20
acc: Replace profile_manager include with a forward declaration
Lioncash
2018-08-20
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
2018-08-20
acc: Correct IProfile's constructor initializer list order
Lioncash
2018-08-20
acc: Remove unused DEFAULT_USER_ID
Lioncash
2018-08-20
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
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: 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-20
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
2018-08-12
Better UUID randomness
David Marcec
2018-08-12
Removed un-needed count from ListOpenUsers and ListAllUsers
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
Removed all for loops from the profile manager
David Marcec
2018-08-11
Added missing ListAllUsers count
David Marcec
[prev]
[next]