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
/
cecd
/
cecd.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
1
-60
/
+0
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-4
/
+6
2016-04-08
cecd:u: stub GetCecStateAbbreviated (#1648)
mailwl
1
-0
/
+18
2016-03-31
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
mailwl
1
-0
/
+23
2016-02-02
services: Get rid of unnecessary includes
Lioncash
1
-3
/
+0
2015-06-12
Services: Continue separation of services into their own folders
purpasmart96
1
-9
/
+7
2015-03-04
Services: Moved the PTM and APT services to their own folder
Subv
1
-7
/
+6
2015-01-21
Stubbed ptm:play service
archshift
1
-5
/
+5
2015-01-13
Services: Added some missing services.
Subv
1
-4
/
+4
2014-12-26
More services & small clean ups
purpasmart96
1
-7
/
+3
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-16
Added stub for cecd:u service...
archshift
1
-3
/
+3
2014-12-16
Added stub for ldr:ro service...
archshift
1
-3
/
+3
2014-12-16
Added am:app service stub.
archshift
1
-5
/
+5
2014-11-21
Add more services and some fixes, along with more "override"
purpasmart96
1
-9
/
+3
2014-10-29
Renamed souce files of services to match port names
Gareth Poole
1
-0
/
+0
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
1
-1
/
+1
2014-08-18
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
1
-1
/
+1
2014-05-30
hle: added stubbed service for ndm_u
bunnei
1
-4
/
+5
2014-05-19
- updated service(s) to be KernelObject's
bunnei
1
-1
/
+1
2014-04-28
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
1
-3
/
+0
2014-04-17
updated service comments
bunnei
1
-1
/
+2
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
1
-13
/
+8
2014-04-16
restructured hle:services completely to use function lookup tables
bunnei
1
-0
/
+39