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
*
time: Implement GetStandardUserSystemClock, GetCurrentTime.
bunnei
2018-01-14
1
-1
/
+4
*
audio: Stub out AudOutU::ListAudioOuts.
bunnei
2018-01-14
1
-0
/
+2
*
hid: Implement IAppletResource::GetSharedMemoryHandle.
bunnei
2018-01-14
1
-4
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
Remove settings issues in sdl and fix a few files that broke in mingw
James Rowe
2018-01-12
1
-2
/
+0
*
NV: Implemented (with stubs) the vi:m service and some of its subservices.
Subv
2018-01-10
1
-0
/
+4
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-11
/
+2
*
service: Add empty interface for pctl:a.
bunnei
2017-12-28
1
-0
/
+2
*
service: Halt on ReportUnimplementedFunction and improve output log.
bunnei
2017-12-28
1
-4
/
+2
*
service: Add empty interface for aoc:u.
bunnei
2017-12-28
1
-0
/
+2
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-10-31
1
-2
/
+4
*
service: Add CreatePort function (that does not register/install).
bunnei
2017-10-18
1
-0
/
+10
*
service: Print correct command ID on unimplemented function.
bunnei
2017-10-17
1
-1
/
+1
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-12
/
+11
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-14
1
-0
/
+4
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-14
1
-72
/
+43
*
Remove more 3DS-specific code.
bunnei
2017-10-12
1
-2
/
+0
*
Remove more 3DS-specific code.
bunnei
2017-10-12
1
-9
/
+0
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
1
-70
/
+2
*
Services/NS: Port ns:s to the new service framework.
Subv
2017-09-16
1
-2
/
+3
*
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
[next]