index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
acc
/
acc.h
Age
Commit message (
Expand
)
Author
2025-02-09
service/acc: Clean up account service implementation
Zephyron
2025-02-08
service/acc: implement Nintendo Account integration and cleanup
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-10-17
service: acc: Implement functions needed for profile select (#11653)
Narr the Reg
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-11-02
core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.
bunnei
2022-06-26
core: Replace all instances of ResultCode with Result
german77
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-07-14
service: Append service name prefix to common filenames
Morph
2021-01-19
acc: Stub StoreSaveDataThumbnail
Chloe Marcec
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-09-21
acc: Stub LoadOpenContext
Morph
2020-06-28
acc: ListOpenContextStoredUsers partial stub
David Marcec
2020-05-01
Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fix
bunnei
2020-04-29
acc: Fix InitializeApplicationInfo
David Marcec
2020-04-29
account: ListQualifiedUsers
David Marcec
2019-09-14
Merge pull request #2667 from DarkLordZach/profile-editor
bunnei
2019-07-03
acc_su: Implement GetProfileEditor (205)
Zach Hilman
2019-06-27
Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted
David Marcec
2019-06-17
Addressed issues
David Marcec
2019-06-16
Cleanup
David Marcec
2019-06-16
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2018-11-07
Implement acc:TrySelectUserWithoutInteraction
David Marcec
2018-08-20
acc: Replace profile_manager include with a forward declaration
Lioncash
2018-08-11
Second round of account changes
David Marcec
2018-08-11
Refactored profile manager sharing
David Marcec
2018-08-11
Added IsUserRegistrationRequestPermitted
David Marcec
2018-08-08
began initial implementation of "ProfileManager"
David Marcec
2018-08-08
Switched uuids from u128 to new UUID struct
David Marcec
2018-08-07
acc: Stub GetUserCount. (#973)
bunnei
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
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-01-16
acc_u0: Add IPC interface and stub InitializeApplicationInfo.
bunnei