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
/
acc.cpp
Age
Commit message (
Expand
)
Author
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-12
Removed un-needed count from ListOpenUsers and ListAllUsers
David Marcec
2018-08-12
Code cleanup for profile manager
David Marcec
2018-08-11
Added GetOpenUserCount
David Marcec
2018-08-11
Added missing ListAllUsers count
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
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: 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
HLE/ACC: Return an IProfile that is consistent with what was requested.
Subv
2018-07-19
HLE/ACC: Change the default user id to be consistent with what we tell games ...
Subv
2018-07-19
HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.
Subv
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
acc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-10
Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services
mailwl
2018-01-16
acc_u0: Add IPC interface and stub InitializeApplicationInfo.
bunnei