aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
AgeCommit message (Expand)Author
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-10-08Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-22core: Add LM::Manager to systemZach Hilman
2019-09-22Removed reference to core timing to nvflinger and used system insteadDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Merge pull request #2612 from DarkLordZach/prepo-newDavid
2019-09-21prepo: Remove system global accessorsZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman
2019-08-18Merge pull request #2747 from lioncash/audiobunnei
2019-07-26Merge pull request #2592 from FernandoS27/sync1bunnei
2019-07-19service/audio: Remove global system accessorsLioncash
2019-07-10Merge pull request #2611 from DarkLordZach/pm-info-cmdbunnei
2019-07-07Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei
2019-07-07Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow
2019-07-03Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandleZach Hilman
2019-06-28am: Implement SetCpuBoostMode in terms of APMZach Hilman
2019-06-28fsp-srv: Implement OutputAccessLogToSdCardZach Hilman
2019-06-26pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman
2019-06-26Merge pull request #2548 from DarkLordZach/applet-shopnbunnei
2019-06-26Implement Time::GetSharedMemoryNativeHandleDavid Marcec
2019-06-24applets: Pass current process title ID to appletsZach Hilman
2019-06-24glue: Implement arp:w and arp:r servicesZach Hilman
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-06-17Addressed issuesDavid Marcec
2019-05-25service: Save report on unimplemented function callZach Hilman
2019-03-13Merge pull request #2223 from lioncash/errorbunnei
2019-03-10core/hle/result: Relocate IPC error code to ipc_helpersLioncash
2019-03-10service/service: Remove unncessary calls to c_str()Lioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2018-12-13Fix Service object leak on emulation stopJens Schmer
2018-12-06hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSGLioncash
2018-12-06hle/service: Remove unnecessary using declarationsLioncash
2018-12-06hle/service, hle/sm: Compress usages of MakeResult()Lioncash
2018-12-06hle/service, hle/sm: Use structured bindings where applicableLioncash
2018-11-14service: Mark MakeFunctionString with the [[maybe_unused]] attribute.Lioncash
2018-10-22Merge pull request #1545 from DarkLordZach/psmbunnei
2018-10-21service: Add the basic skeleton for the NPNS servicesLioncash
2018-10-20service: Add skeleton for psm serviceZach Hilman
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-09-17Merge pull request #1312 from lioncash/fwdbunnei
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-13service/vi: Replace includes with forward declarations where applicableLioncash
2018-09-09service: Remove unused g_kernel_named_ports variableLioncash
2018-09-02service: Migrate global named port map to the KernelCore classLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash