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
/
act_u.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-14
Service/ACT: move ACT services to folder
mailwl
1
-22
/
+0
2016-12-11
Add all services to the Service namespace
Lioncash
1
-7
/
+6
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