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
/
aoc
Age
Commit message (
Expand
)
Author
2024-01-31
aoc: fix DLC listing (#12867)
liamwhite
2023-09-18
aoc: stub purchase info calls
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-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-04
Merge pull request #7279 from Morph1984/system-get-program-id
Morph
2021-11-05
Merge pull request #7287 from Morph1984/stub-aoc
Fernando S
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
service: aoc: Stub NotifyUnmountAddOnContent
Morph
2021-11-04
service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-06-24
hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.
bunnei
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-09
aoc_u: Update to 12.x
Morph
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-12-15
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-08
IPurchaseEventManager: Implement GetPurchasedEventReadableHandle
Morph
2020-12-08
IPurchaseEventManager: Stub Set(Default)DeliveryTarget
Morph
2020-12-08
aoc_u: Stub Create(Permanent)EcPurchasedEventManager
Morph
2020-12-08
file_sys: Consolidate common Title ID operations
Morph
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-06-26
aoc: Update function table (#4170)
VolcaEM
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-09-22
Rebase
David Marcec
2019-09-22
Deglobalize System: Aoc
David Marcec
2019-05-23
service/aoc: Avoid allocating and discarding data
Lioncash
2019-05-22
service/aoc: Remove unnecessary includes
Lioncash
2019-05-22
service/aoc: Pop all passed values where applicable
Lioncash
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2019-03-26
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2018-12-03
aoc_u: Obey disabled add-ons list when listing DLC
Zach Hilman
2018-12-03
Merge pull request #1835 from lioncash/cache-global
bunnei
[next]