index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
service.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2790 from yuriks/remove-movefrom
Yuri Kunde Schlesner
2017-06-20
1
-1
/
+1
|
\
|
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
1
-1
/
+1
*
|
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-18
1
-2
/
+1
|
/
*
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
1
-12
/
+5
*
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-11
1
-6
/
+20
*
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-08
1
-2
/
+3
*
Service: Remove a few redundant namespace qualifiers
Yuri Kunde Schlesner
2017-06-08
1
-5
/
+5
*
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-08
1
-1
/
+82
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+1
*
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
1
-8
/
+7
*
Service: Move SRV interface to a new sm/ subdirectory
Yuri Kunde Schlesner
2017-06-06
1
-2
/
+2
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
1
-8
/
+12
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-05
1
-12
/
+1
*
Merge pull request #2308 from mailwl/ac-i
bunnei
2017-01-12
1
-3
/
+3
|
\
|
*
Service/AC: add ac:i service
mailwl
2016-12-30
1
-3
/
+3
*
|
Service/NFC: stub GetTagInRangeEvent
mailwl
2016-12-30
1
-0
/
+1
|
/
*
Service/NWM: add nwm services
mailwl
2016-12-22
1
-3
/
+2
*
Merge pull request #2314 from mailwl/account
bunnei
2016-12-15
1
-4
/
+2
|
\
|
*
Service/ACT: move ACT services to folder
mailwl
2016-12-14
1
-4
/
+2
*
|
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
1
-8
/
+34
|
\
\
|
|
/
|
/
|
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-9
/
+12
|
*
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
1
-21
/
+1
|
*
Kernel/IPC: Small codestyle cleanup
Subv
2016-12-09
1
-1
/
+1
|
*
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
1
-0
/
+10
|
*
Use std::move where appropriate.
Subv
2016-12-08
1
-2
/
+5
|
*
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
1
-4
/
+23
|
*
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-05
1
-6
/
+8
|
*
A bit of a redesign.
Subv
2016-11-30
1
-6
/
+11
|
*
IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...
Subv
2016-11-30
1
-3
/
+5
|
*
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...
Subv
2016-11-30
1
-8
/
+4
|
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
1
-5
/
+11
*
|
Add all services to the Service namespace
Lioncash
2016-12-11
1
-17
/
+17
*
|
service: Add mvd and qtm services
Lioncash
2016-12-08
1
-0
/
+4
*
|
service: Add nfc services
Lioncash
2016-12-08
1
-30
/
+32
|
/
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-17
/
+15
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-9
/
+14
*
LDR: Implement CRO
wwylele
2016-08-27
1
-1
/
+1
*
service: Add other DLP services
Lioncash
2016-06-04
1
-2
/
+3
*
Update ACT:U and create ACT:A (#1809)
AndrĂ¡s Domonkos
2016-05-17
1
-0
/
+2
*
Merge pull request #1435 from mailwl/frd_u
bunnei
2016-04-05
1
-2
/
+1
|
\
|
*
frd:u: Initial stub some functions
mailwl
2016-03-27
1
-2
/
+1
*
|
Dummy implementation dlp:SRVR Service.
exhalatio
2016-04-03
1
-0
/
+2
|
/
*
Reorganize the ndm service path for dummy implement function
JamePeng
2016-03-15
1
-2
/
+3
*
Change trace/unimplemented service call logs to use hex
archshift
2015-07-19
1
-1
/
+1
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-11
1
-32
/
+26
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
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-03
1
-4
/
+3
[next]