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
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
2018-04-10
Updated AOC with more service names.
Hexagon12
2018-02-22
Stub more functions
mailwl
2018-02-20
Service/AOC: stub ListAddOnContent function
mailwl
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-12-28
ap, aoc_u: Minor cleanup.
bunnei
2017-12-28
service: Add empty interface for aoc:u.
bunnei