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
/
aoc_u.cpp
Age
Commit message (
Expand
)
Author
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
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
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-10-24
aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function
Lioncash
2018-10-19
aoc_u: Stub GetAddOnContentListChangedEvent
Zach Hilman
2018-10-14
aoc: Read DLC base title ID from RegisteredCache
Zach Hilman
2018-10-13
aoc: Return size in ListAddOnContent
Zach Hilman
2018-10-08
Fixed assertion due to CountAddOnContent
David Marcec
2018-10-02
aoc_u: Fix edge case with DLC that causes breaks
Zach Hilman
2018-09-30
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
aoc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
[next]