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_u0.cpp
Age
Commit message (
Expand
)
Author
2022-11-02
core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.
bunnei
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-04
service/acc: Rename Unknown160 to InitializeApplicationInfoV2
german77
2021-11-04
service: acc: Stub acc:u0 '160'
Morph
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-01-19
acc: Stub StoreSaveDataThumbnail
Chloe Marcec
2020-09-21
acc: Stub LoadOpenContext
Morph
2020-06-28
acc: ListOpenContextStoredUsers partial stub
David Marcec
2020-06-22
account: Update function tables and add missing classes (#4145)
VolcaEM
2020-04-29
account: ListQualifiedUsers
David Marcec
2019-06-27
Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted
David Marcec
2019-06-16
Cleanup
David Marcec
2019-06-16
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2019-04-11
service: Update service function tables
Lioncash
2018-11-07
Implement acc:TrySelectUserWithoutInteraction
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-11
Refactored profile manager sharing
David Marcec
2018-08-11
Added IsUserRegistrationRequestPermitted
David Marcec
2018-08-07
acc: Stub GetUserCount. (#973)
bunnei
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-10
Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services
mailwl
2018-02-19
acc_u0: Stub ListOpenUsers service function.
bunnei
2018-02-13
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-08
acc_u0: Implement ListAllUsers.
bunnei
2018-02-04
logger: Add "account" service logging category.
bunnei
2018-02-04
acc_u0: Stub out GetLastOpenedUser.
bunnei
2018-02-04
acc:u0 : stub GetAccountId
mailwl
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-19
acc, set, applet_oe: stub various functions, add set service (#105)
goaaats
2018-01-16
acc_u0: Add IPC interface and stub InitializeApplicationInfo.
bunnei