aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
AgeCommit message (Expand)Author
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-05Service/MM: add service and stub some functionsmailwl
2018-05-28Service/BCAT: add module and servicesmailwl
2018-05-17Added RequestWithContext & ControlWithContextDavid Marcec
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-29string_util: Remove StringFromFormat() and related functionsLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-26Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec
2018-04-25Service/PCTL: convert to module, add services, stubmailwl
2018-04-24service: Move logging macros over to new fmt-compatible onesLioncash
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...David Marcec
2018-04-21Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...David Marcec
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-03externals: Update fmt to 4d35f94Daniel Lim Wee Soong
2018-03-29service: Add NFP module interface.bunnei
2018-03-23Service/SSL: add ssl servicemailwl
2018-03-22Service/spl: add module and servicesmailwl
2018-03-20Service: add fatal:u, fatal:p servicesmailwl
2018-03-19Clean Warnings (?)N00byKing
2018-03-18hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-03Service/Set: add more servicesmailwl
2018-02-19service: Add Friend service interface.bunnei
2018-02-14pl_u: Implement basic shared font loading from RAM dump.bunnei
2018-02-03Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv
2018-01-22Services: Vi shouldn't be responsible for creating nvflinger.Subv
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats
2018-01-18Start to implement/stub BSD:U and SFDNSRES services (#78)flerovium^-^
2018-01-16acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei
2018-01-16NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Subv
2018-01-14time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei
2018-01-14hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-12Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe
2018-01-10NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-12-28service: Add empty interface for pctl:a.bunnei
2017-12-28service: Halt on ReportUnimplementedFunction and improve output log.bunnei
2017-12-28service: Add empty interface for aoc:u.bunnei
2017-10-31service: Return proper result code for IPC::CommandType::Close.bunnei
2017-10-18service: Add CreatePort function (that does not register/install).bunnei
2017-10-17service: Print correct command ID on unimplemented function.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Add service stubs for apm and appletOE.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei