aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
AgeCommit message (Expand)Author
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...bunnei
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-25service: Restore "unused" functionLioncash
2020-09-17service: Remove unused funcationLioncash
2020-09-07service: Remove two usages of the global system accessorLioncash
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp
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