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
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
core: Reduce unused includes
ameerj
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
profile: Migrate to the new UUID implementation
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
Merge pull request #7282 from ameerj/core-includes
bunnei
2021-11-04
service/acc: Rename Unknown160 to InitializeApplicationInfoV2
german77
2021-11-04
service: acc: Stub acc:u0 '160'
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-09-22
common/uuid: Add validity checking functions to interface
Lioncash
2021-09-09
Addressed issues
Chloe Marcec
2021-09-06
account: EnsureTokenIdCacheAsync
Chloe Marcec
2021-07-26
common: uuid: Return a lower-case hex string in Format
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-23
acc/lbl: Remove unused variables
Lioncash
2021-04-07
dauth_o: Update to 11.x
Morph
2021-02-21
acc: Stub GetNintendoAccountUserResourceCacheForApplication
Morph
2021-01-19
acc: Stub StoreSaveDataThumbnail
Chloe Marcec
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-10-14
service: acc: Stub IManagerForApplication::StoreOpenContext.
bunnei
2020-09-21
acc: Stub LoadOpenContext
Morph
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-06-28
acc: ListOpenContextStoredUsers partial stub
David Marcec
2020-06-22
account: Update function tables and add missing classes (#4145)
VolcaEM
2020-05-03
Merge pull request #3822 from ogniK5377/GetAccountId
bunnei
2020-05-01
Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fix
bunnei
2020-04-29
acc: Return a unique value per account for GetAccountId
David Marcec
2020-04-29
acc: Fix InitializeApplicationInfo
David Marcec
2020-04-29
Updated comment to reflect ListQualifiedUsers better
David Marcec
2020-04-29
account: ListQualifiedUsers
David Marcec
2020-01-04
core: Initialize several structs that make use of Common::UUID.
bunnei
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-09-22
service/acc: Lower log severity from INFO to DEBUG
FearlessTobi
2019-09-14
Merge pull request #2667 from DarkLordZach/profile-editor
bunnei
2019-07-03
acc_su: Implement GetProfileEditor (205)
Zach Hilman
2019-07-03
acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'
Zach Hilman
2019-07-03
acc: Add IProfileCommon for IProfile and IProfileEditor
Zach Hilman
2019-06-28
Addressed issues
David Marcec
2019-06-27
Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted
David Marcec
2019-06-21
service/acc: Silence truncation warnings
Lioncash
2019-06-17
Addressed issues
David Marcec
[next]