index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
aoc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service/aoc: Avoid allocating and discarding data
Lioncash
2019-05-23
1
-8
/
+8
*
service/aoc: Remove unnecessary includes
Lioncash
2019-05-23
1
-2
/
+0
*
service/aoc: Pop all passed values where applicable
Lioncash
2019-05-23
1
-12
/
+45
*
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-1
/
+1
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+4
*
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-27
1
-2
/
+2
*
aoc_u: Obey disabled add-ons list when listing DLC
Zach Hilman
2018-12-03
1
-0
/
+12
*
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
1
-2
/
+2
|
\
|
*
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-02
1
-2
/
+2
*
|
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
2
-7
/
+4
*
|
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
2
-5
/
+14
|
/
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-1
/
+5
*
aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function
Lioncash
2018-10-24
1
-3
/
+3
*
aoc_u: Stub GetAddOnContentListChangedEvent
Zach Hilman
2018-10-20
2
-1
/
+16
*
aoc: Read DLC base title ID from RegisteredCache
Zach Hilman
2018-10-15
1
-2
/
+13
*
aoc: Return size in ListAddOnContent
Zach Hilman
2018-10-14
1
-1
/
+2
*
Fixed assertion due to CountAddOnContent
David Marcec
2018-10-07
1
-5
/
+5
*
aoc_u: Fix edge case with DLC that causes breaks
Zach Hilman
2018-10-03
1
-1
/
+1
*
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-10-01
1
-20
/
+26
*
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-10-01
2
-3
/
+5
*
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-10-01
2
-3
/
+78
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
2
-1
/
+3
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-2
/
+2
*
aoc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-2
/
+2
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
2
-8
/
+4
*
Updated AOC with more service names.
Hexagon12
2018-04-10
1
-0
/
+1
*
Stub more functions
mailwl
2018-02-22
2
-1
/
+9
*
Service/AOC: stub ListAddOnContent function
mailwl
2018-02-20
2
-2
/
+26
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
2
-2
/
+2
*
ap, aoc_u: Minor cleanup.
bunnei
2017-12-29
2
-2
/
+1
*
service: Add empty interface for aoc:u.
bunnei
2017-12-28
2
-0
/
+40