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
*
Merge pull request #283 from yuriks/archive-refactor
bunnei
2014-12-16
1
-2
/
+2
|
\
|
*
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
1
-1
/
+1
|
*
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
1
-1
/
+1
*
|
Added stub for nim:aoc service...
archshift
2014-12-16
1
-0
/
+2
*
|
Added stub for cecd:u service...
archshift
2014-12-16
1
-0
/
+2
*
|
Added stub for ldr:ro service...
archshift
2014-12-16
1
-0
/
+2
*
|
Added am:app service stub.
archshift
2014-12-16
1
-0
/
+2
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-2
/
+2
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-1
/
+1
*
Add more services and some fixes, along with more "override"
purpasmart96
2014-11-21
1
-0
/
+12
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Add missing boss:U service, needed according to Nintendo Zone logs.
archshift
2014-11-17
1
-0
/
+2
*
Add FRD:U service and functions
archshift
2014-11-11
1
-0
/
+2
*
Added stub err:f service.
archshift
2014-11-02
1
-0
/
+2
*
Added a bunch of services
purpasmart96
2014-11-01
1
-0
/
+16
*
Renamed souce files of services to match port names
Gareth Poole
2014-10-29
1
-5
/
+5
*
core: Prune redundant includes
archshift
2014-09-09
1
-5
/
+0
*
core: Pass string by reference in FetchFromPortName and DeleteService
Lioncash
2014-09-06
1
-2
/
+2
*
FS: Added stubbed code to intercept and decode file system service functions.
bunnei
2014-06-27
1
-0
/
+2
*
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