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
*
aoc: stub purchase info calls
Liam
2023-09-18
1
-2
/
+18
*
service: move hle_ipc from kernel
Liam
2023-03-01
2
-26
/
+26
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
2
-4
/
+6
|
\
|
*
service: refactor server architecture
Liam
2023-02-21
2
-4
/
+6
*
|
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-25
1
-0
/
+3
|
/
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-14
1
-3
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
Merge pull request #7279 from Morph1984/system-get-program-id
Morph
2021-11-05
1
-4
/
+3
|
\
|
*
general: Get the current process program id directly from the system
Morph
2021-11-04
1
-4
/
+3
|
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-3
/
+3
*
|
Merge pull request #7287 from Morph1984/stub-aoc
Fernando S
2021-11-05
2
-0
/
+29
|
\
\
|
|
/
|
/
|
|
*
service: aoc: Stub NotifyUnmountAddOnContent
Morph
2021-11-04
2
-1
/
+9
|
*
service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent
Morph
2021-11-04
2
-0
/
+21
*
|
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
|
/
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
2
-14
/
+23
*
hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.
bunnei
2021-06-25
2
-1
/
+10
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-1
/
+1
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-10
/
+10
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+2
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
2
-13
/
+10
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
aoc_u: Update to 12.x
Morph
2021-04-09
1
-0
/
+2
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
2
-10
/
+12
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
2
-4
/
+4
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-15
1
-7
/
+5
|
\
|
*
file_sys: Consolidate common Title ID operations
Morph
2020-12-08
1
-7
/
+5
*
|
IPurchaseEventManager: Implement GetPurchasedEventReadableHandle
Morph
2020-12-08
1
-1
/
+14
*
|
IPurchaseEventManager: Stub Set(Default)DeliveryTarget
Morph
2020-12-08
1
-2
/
+27
*
|
aoc_u: Stub Create(Permanent)EcPurchasedEventManager
Morph
2020-12-08
2
-2
/
+38
|
/
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-3
/
+6
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-1
/
+2
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
aoc: Update function table (#4170)
VolcaEM
2020-06-27
1
-0
/
+1
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-25
1
-0
/
+1
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+1
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-1
/
+1
|
/
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-2
/
+2
*
Rebase
David Marcec
2019-09-22
1
-1
/
+1
*
Deglobalize System: Aoc
David Marcec
2019-09-22
2
-11
/
+13
*
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