summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2021-01-281-1/+1
* hle: service: Acquire and release a lock on requests.Gravatar bunnei2020-12-281-12/+10
* hle: service: Ensure system is powered on before writing IPC result.Gravatar bunnei2020-12-281-1/+5
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-1/+1
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-34/+35
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-241-11/+9
* hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...Gravatar bunnei2020-11-191-0/+2
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-2/+2
* core: Fix clang buildGravatar Lioncash2020-10-171-2/+2
* service: Restore "unused" functionGravatar Lioncash2020-09-251-0/+17
* service: Remove unused funcationGravatar Lioncash2020-09-171-22/+0
* service: Remove two usages of the global system accessorGravatar Lioncash2020-09-071-4/+2
* services/bsd: Implement most of bsd:sGravatar ReinUsesLisp2020-07-281-1/+1
* kernel: Implement a more accurate IPC dispatch.Gravatar bunnei2019-11-281-2/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-1/+1
* Merge pull request #2654 from DarkLordZach/lm-log-rewriteGravatar bunnei2019-10-081-1/+1
|\
| * core: Add LM::Manager to systemGravatar Zach Hilman2019-09-221-1/+1
* | bcat: Add FSC accessors for BCAT dataGravatar Zach Hilman2019-10-011-1/+1
|/
* Removed reference to core timing to nvflinger and used system insteadGravatar David Marcec2019-09-221-1/+1
* RebaseGravatar David Marcec2019-09-221-13/+13
* Merge pull request #2612 from DarkLordZach/prepo-newGravatar David2019-09-221-1/+1
|\
| * prepo: Remove system global accessorsGravatar Zach Hilman2019-09-211-1/+1
* | configure_debug: Move reporting option to loggingGravatar Zach Hilman2019-09-211-2/+2
* | yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-211-1/+1
* | services: Pass FileSystemController as reference to services that need itGravatar Zach Hilman2019-09-211-2/+3
|/
* Merge pull request #2747 from lioncash/audioGravatar bunnei2019-08-181-1/+1
|\
| * service/audio: Remove global system accessorsGravatar Lioncash2019-07-191-1/+1
* | Merge pull request #2592 from FernandoS27/sync1Gravatar bunnei2019-07-261-1/+1
|\ \ | |/ |/|
| * nv_services: Deglobalize NvServicesGravatar Fernando Sahmkow2019-07-051-1/+1
* | Merge pull request #2611 from DarkLordZach/pm-info-cmdGravatar bunnei2019-07-101-1/+1
|\ \
| * | pm: Implement pm:shell and pm:dmnt GetApplicationPidGravatar Zach Hilman2019-06-261-1/+1
* | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1Gravatar bunnei2019-07-071-1/+1
|\ \ \
| * | | am: Implement SetCpuBoostMode in terms of APMGravatar Zach Hilman2019-06-281-1/+1
| |/ /
* | | Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-071-3/+2
|\ \ \ | |_|/ |/| |
| * | fsp-srv: Implement OutputAccessLogToSdCardGravatar Zach Hilman2019-06-281-3/+2
| |/
* | Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandleGravatar Zach Hilman2019-07-031-1/+1
|\ \ | |/ |/|
| * Implement Time::GetSharedMemoryNativeHandleGravatar David Marcec2019-06-261-1/+1
* | Merge pull request #2548 from DarkLordZach/applet-shopnGravatar bunnei2019-06-261-1/+1
|\ \
| * | applets: Pass current process title ID to appletsGravatar Zach Hilman2019-06-241-1/+1
| |/
* / glue: Implement arp:w and arp:r servicesGravatar Zach Hilman2019-06-241-2/+2
|/
* Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-0/+3
|\
| * service: Save report on unimplemented function callGravatar Zach Hilman2019-05-251-0/+3
* | Addressed issuesGravatar David Marcec2019-06-171-1/+1
|/
* Merge pull request #2223 from lioncash/errorGravatar bunnei2019-03-131-2/+1
|\
| * core/hle/result: Relocate IPC error code to ipc_helpersGravatar Lioncash2019-03-101-2/+1
* | service/service: Remove unncessary calls to c_str()Gravatar Lioncash2019-03-101-4/+3
|/
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-2/+3
* Fix Service object leak on emulation stopGravatar Jens Schmer2018-12-131-5/+9
* hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSGGravatar Lioncash2018-12-061-2/+1
* hle/service: Remove unnecessary using declarationsGravatar Lioncash2018-12-061-5/+1