index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
acc
/
acc.cpp
Age
Commit message (
Expand
)
Author
2023-11-05
service: acc: Ensure proper profile size
german77
2023-10-18
Merge pull request #11791 from german77/bufferx
liamwhite
2023-10-16
service: hle: Allow to access read buffer A and X directly
german77
2023-10-17
service: acc: Implement functions needed for profile select (#11653)
Narr the Reg
2023-08-08
core: remove ResultVal type
Liam
2023-07-22
core: implement GetGaiStringErrorRequest, IContextRegistrar
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-03-06
hle: rename legacy errors to Results
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-24
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-21
service: refactor server architecture
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-02
core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.
bunnei
2022-08-27
core/acc: Make CheckAvailability use LOG_DEBUG
FearlessTobi
2022-07-14
service: ac: Replace intances of ProfileData with UserData
german77
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
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
[next]