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
/
service.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-27
1
-0
/
+10
*
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-27
1
-3
/
+4
*
service: Renamed Sync to SyncRequest
bunnei
2014-05-27
1
-1
/
+1
*
service: removed redundant include of common_types.h
bunnei
2014-05-21
1
-1
/
+0
*
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-21
1
-1
/
+1
*
- created a Kernel namespace
bunnei
2014-05-21
1
-6
/
+6
*
- renamed NewHandle to CreateHandle
bunnei
2014-05-19
1
-5
/
+7
*
- updated service(s) to be KernelObject's
bunnei
2014-05-19
1
-36
/
+15
*
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-19
1
-12
/
+10
*
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-19
1
-5
/
+7
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-1
/
+11
*
fixed weird spacing
bunnei
2014-04-28
1
-1
/
+1
*
- refactored how service functions are called
bunnei
2014-04-25
1
-8
/
+32
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-4
/
+6
*
restructured hle:services completely to use function lookup tables
bunnei
2014-04-16
1
-2
/
+26
*
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-16
1
-8
/
+11
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
1
-0
/
+1
*
cleanups to service HLE
bunnei
2014-04-13
1
-2
/
+2
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-2
/
+55
*
- renamed hle_syscall to just syscall
bunnei
2014-04-12
1
-0
/
+60