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
/
srv.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Add missing #pragma once directives where applicable
Lioncash
2016-12-15
1
-0
/
+2
*
Add all services to the Service namespace
Lioncash
2016-12-11
1
-7
/
+6
*
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
1
-0
/
+1
*
More services & small clean ups
purpasmart96
2014-12-26
1
-9
/
+0
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-1
/
+1
*
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
2014-08-18
1
-1
/
+1
*
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
bunnei
2014-05-27
1
-6
/
+0
*
- updated service(s) to be KernelObject's
bunnei
2014-05-19
1
-1
/
+1
*
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-19
1
-1
/
+1
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-28
1
-3
/
+0
*
updated service comments
bunnei
2014-04-17
1
-3
/
+4
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-1
/
+1
*
restructured hle:services completely to use function lookup tables
bunnei
2014-04-16
1
-0
/
+39