summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* externals: Update fmt to 4d35f94Gravatar Daniel Lim Wee Soong2018-04-031-6/+6
* service: Add NFP module interface.Gravatar bunnei2018-03-291-0/+2
* Service/SSL: add ssl serviceGravatar mailwl2018-03-231-0/+2
* Service/spl: add module and servicesGravatar mailwl2018-03-221-0/+2
* Service: add fatal:u, fatal:p servicesGravatar mailwl2018-03-201-0/+2
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
* hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.Gravatar bunnei2018-03-181-2/+1
* core: Move process creation out of global state.Gravatar bunnei2018-03-141-2/+2
* Service/Set: add more servicesGravatar mailwl2018-03-031-1/+1
* service: Add Friend service interface.Gravatar bunnei2018-02-191-0/+2
* pl_u: Implement basic shared font loading from RAM dump.Gravatar bunnei2018-02-141-0/+2
* Service:nifm: add nifm:a, nifm:s and nifm:u servicesGravatar mailwl2018-02-031-0/+2
* hle: Rename RequestBuilder to ResponseBuilder.Gravatar bunnei2018-01-241-1/+1
* service: Fix all incorrect IPC response headers.Gravatar bunnei2018-01-241-1/+1
* AppletOE: Make ISelfController keep a reference to nvflinger.Gravatar Subv2018-01-221-1/+1
* Services: Vi shouldn't be responsible for creating nvflinger.Gravatar Subv2018-01-221-1/+5
* filesystem: Implement basic IStorage functionality.Gravatar David Marcec2018-01-211-0/+2
* acc, set, applet_oe: stub various functions, add set service (#105)Gravatar goaaats2018-01-191-0/+2
* Start to implement/stub BSD:U and SFDNSRES services (#78)Gravatar flerovium^-^2018-01-181-0/+2
* acc_u0: Add IPC interface and stub InitializeApplicationInfo.Gravatar bunnei2018-01-161-0/+2
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Gravatar Subv2018-01-161-1/+1
* time: Implement GetStandardUserSystemClock, GetCurrentTime.Gravatar bunnei2018-01-141-1/+4
* audio: Stub out AudOutU::ListAudioOuts.Gravatar bunnei2018-01-141-0/+2
* hid: Implement IAppletResource::GetSharedMemoryHandle.Gravatar bunnei2018-01-141-4/+1
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* Remove settings issues in sdl and fix a few files that broke in mingwGravatar James Rowe2018-01-121-2/+0
* NV: Implemented (with stubs) the vi:m service and some of its subservices.Gravatar Subv2018-01-101-0/+4
* kernel: Fix implementation of ConvertSessionToDomain.Gravatar bunnei2017-12-291-11/+2
* service: Add empty interface for pctl:a.Gravatar bunnei2017-12-281-0/+2
* service: Halt on ReportUnimplementedFunction and improve output log.Gravatar bunnei2017-12-281-4/+2
* service: Add empty interface for aoc:u.Gravatar bunnei2017-12-281-0/+2
* service: Return proper result code for IPC::CommandType::Close.Gravatar bunnei2017-10-311-2/+4
* service: Add CreatePort function (that does not register/install).Gravatar bunnei2017-10-181-0/+10
* service: Print correct command ID on unimplemented function.Gravatar bunnei2017-10-171-1/+1
* hle: Implement ConvertSessionToDomain, various cleanups.Gravatar bunnei2017-10-151-12/+11
* hle: Add service stubs for apm and appletOE.Gravatar bunnei2017-10-141-0/+4
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-141-72/+43
* Remove more 3DS-specific code.Gravatar bunnei2017-10-121-2/+0
* Remove more 3DS-specific code.Gravatar bunnei2017-10-121-9/+0
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-70/+2
* Services/NS: Port ns:s to the new service framework.Gravatar Subv2017-09-161-2/+3
* Merge pull request #2790 from yuriks/remove-movefromGravatar Yuri Kunde Schlesner2017-06-201-1/+1
|\
| * ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-181-1/+1
* | Kernel/IPC: Make HLERequestContext usable from outside kernelGravatar Yuri Kunde Schlesner2017-06-181-2/+1
|/
* Kernel: Basic support for IPC translation for HLE servicesGravatar Yuri Kunde Schlesner2017-06-111-12/+5
* ServiceFramework: Use separate copy of command bufferGravatar Yuri Kunde Schlesner2017-06-111-6/+20
* Service/sm: Convert 'srv:' to ServiceFrameworkGravatar Yuri Kunde Schlesner2017-06-081-2/+3
* Service: Remove a few redundant namespace qualifiersGravatar Yuri Kunde Schlesner2017-06-081-5/+5
* Service: Add new ServiceFramework framework for writing HLE servicesGravatar Yuri Kunde Schlesner2017-06-081-1/+82
* Service: Remove unnecessary includes from service.hGravatar Yuri Kunde Schlesner2017-06-061-0/+1