summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-4/+4
* Service/MM: add service and stub some functionsGravatar mailwl2018-06-051-0/+2
* Service/BCAT: add module and servicesGravatar mailwl2018-05-281-0/+2
* Added RequestWithContext & ControlWithContextGravatar David Marcec2018-05-171-0/+2
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-4/+4
* string_util: Remove StringFromFormat() and related functionsGravatar Lioncash2018-04-291-3/+2
* general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2018-04-271-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implGravatar David Marcec2018-04-261-5/+5
|\
| * Service/PCTL: convert to module, add services, stubGravatar mailwl2018-04-251-1/+1
| * service: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-5/+5
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-221-1/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-211-0/+2
|/
* core: Relocate g_service_manager to the System classGravatar Lioncash2018-04-201-27/+25
* 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