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-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
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
Refactored profile manager sharing
David Marcec
2018-08-11
Merge remote-tracking branch 'origin/master' into better-account
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
2018-08-08
Service/Account: stub LoadImage function
mailwl
2018-08-08
Switched uuids from u128 to new UUID struct
David Marcec
2018-08-07
acc: Add missing function table entries for GetUserCount
Lioncash
2018-08-07
acc: Stub GetUserCount. (#973)
bunnei
2018-08-03
Added ability to change username & language code in the settings ui. Added IP...
David
2018-07-23
core: Make converting constructors explicit where applicable
Lioncash
2018-07-20
HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.
Subv
2018-07-19
Merge pull request #728 from Subv/acc_profile
bunnei
2018-07-19
Merge pull request #727 from Subv/acc_users
bunnei
2018-07-19
HLE/ACC: Return an IProfile that is consistent with what was requested.
Subv
[next]