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
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
De-inline functions from Interface, removing them from service.h
Yuri Kunde Schlesner
2015-04-14
1
-0
/
+43
*
IR: Move The IR services to their own folder and implement "GetHandles"
purpasmart96
2015-04-04
1
-4
/
+3
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
1
-8
/
+10
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-28
/
+22
*
Services: Fixed "Tried to connect to named port err:f".
Subv
2015-02-16
1
-1
/
+1
*
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-02-02
1
-75
/
+55
*
Services: Stubbed more services.
Subv
2015-01-24
1
-1
/
+15
*
Merge pull request #493 from archshift/ptmplay
bunnei
2015-01-22
1
-0
/
+4
|
\
|
*
Stubbed cam:u service
archshift
2015-01-21
1
-0
/
+2
|
*
Stubbed ptm:play service
archshift
2015-01-21
1
-0
/
+2
*
|
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
1
-1
/
+3
|
/
*
Services: Added some missing services.
Subv
2015-01-13
1
-0
/
+6
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
*
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2015-01-07
1
-14
/
+0
*
Stub the y2r:u service
archshift
2015-01-03
1
-0
/
+2
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-1
/
+2
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
More services & small clean ups
purpasmart96
2014-12-26
1
-2
/
+10
*
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
1
-2
/
+2
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
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