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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-2
/
+2
*
service: removed PT_A from, as this was just an alias for APT_U
bunnei
2014-05-30
1
-2
/
+0
*
hle: cleaned up log messages
bunnei
2014-05-30
1
-2
/
+6
*
- created a Kernel namespace
bunnei
2014-05-21
1
-2
/
+2
*
- updated service(s) to be KernelObject's
bunnei
2014-05-19
1
-15
/
+7
*
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-19
1
-8
/
+8
*
added class stub for HID:User service
bunnei
2014-04-17
1
-0
/
+2
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-0
/
+4
*
fixed naming for APT_U
bunnei
2014-04-16
1
-1
/
+1
*
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-16
1
-80
/
+4
*
added a stub for GetLockHandle
bunnei
2014-04-14
1
-3
/
+7
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
1
-5
/
+24
*
renamed class Interface_SRV to SRV
bunnei
2014-04-13
1
-6
/
+6
*
added some very initial command parsing for SRV Sync
bunnei
2014-04-13
1
-5
/
+31
*
cleanups to service HLE
bunnei
2014-04-13
1
-6
/
+6
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-0
/
+115