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
Age
Commit message (
Expand
)
Author
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
common: Reduce unused includes
ameerj
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
2022-01-21
service/acc: Update unknown function names
Lioncash
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-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-09-22
common/uuid: Add validity checking functions to interface
Lioncash
2021-09-09
Mark is_complete as atomic
Chloe Marcec
2021-09-09
Addressed issues
Chloe Marcec
2021-09-06
address name shadowing with system
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-28
general: Make most settings a BasicSetting
lat9nq
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-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-04-23
acc/lbl: Remove unused variables
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-07
dauth_o: Update to 11.x
Morph
2021-04-07
acc_u1: Update to 12.x
Morph
2021-04-07
acc_su: Update to 12.x
Morph
2021-02-21
acc: Stub GetNintendoAccountUserResourceCacheForApplication
Morph
2021-01-28
Fix user changing to 0 if valid
german
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-20
Revert "core: Fix clang build"
bunnei
2020-10-20
Merge pull request #4796 from lioncash/clang
LC
2020-10-17
core: Fix clang build
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-04
Merge pull request #4474 from lioncash/hle-profile
David
2020-08-03
profile_manager: Make use of std::nullopt
Lioncash
2020-08-03
profile_manager: Make use of designated initializers
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
[next]