summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: caps: Partially implement IAlbumAccessorServiceGravatar Narr the Reg2023-10-022-2/+29
* service: ns: Implement GetSharedFontInOrderOfPriorityForSystemGravatar german772023-09-231-4/+13
* core: remove ResultVal typeGravatar Liam2023-08-082-20/+26
* configure_system: Implement with for loopGravatar lat9nq2023-07-211-1/+1
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* hle: rename legacy errors to ResultsGravatar Liam2023-03-062-6/+7
* service: move hle_ipc from kernelGravatar Liam2023-03-016-31/+30
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-012-19/+22
|\
| * service: refactor server architectureGravatar Liam2023-02-212-19/+22
* | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-241-2/+10
|/
* service: Make use of buffer element count helpersGravatar Lioncash2022-11-231-7/+4
* general: preliminary support for hblGravatar Liam2022-10-112-1/+32
* core: ns: Implement pl:s serviceGravatar Narr the Reg2022-09-033-22/+23
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-239-27/+18
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-2/+2
* service: Migrate to the new UUID implementationGravatar Morph2022-02-051-3/+3
* service/ns: Update function tablesGravatar Lioncash2022-01-211-0/+6
* core/ns: Implement GetReadOnlyApplicationControlDataInterfaceGravatar Narr the Reg2021-11-272-1/+26
* core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdGravatar Narr the Reg2021-11-273-0/+105
* core: Remove unused includesGravatar ameerj2021-11-031-2/+1
* general: Remove MakeResult helpersGravatar Morph2021-11-021-2/+2
* ns: language: Add BrazilianPortuguese to ApplicationLanguageGravatar Morph2021-10-282-1/+26
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* service: ns, set: Add PT_BR (Brazilian Portuguese)Gravatar Morph2021-07-301-0/+1
* service: ns: Remove unused ns_language headerGravatar Morph2021-07-271-42/+0
* service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified ChineseGravatar Morph2021-07-271-0/+2
* hle: kernel: Refactor to allocate a ServiceThread per service handler.Gravatar bunnei2021-06-041-2/+0
* general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-021-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-023-13/+13
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-2/+0
* fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.Gravatar bunnei2021-05-051-2/+2
* hle: kernel: Migrate KSharedMemory to KAutoObject.Gravatar bunnei2021-05-051-6/+2
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-051-1/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* Merge pull request #6171 from german77/servicesGravatar bunnei2021-04-091-0/+4
|\
| * pl_u: Update to 12.xGravatar german772021-04-081-0/+4
* | ns: Update to 12.xGravatar Morph2021-04-091-3/+38
|/
* hle: kernel: Rename SharedMemory to KSharedMemory.Gravatar bunnei2021-02-181-2/+2
* pl_u: Fix read out of boundsGravatar Alessandro Astone2021-02-061-2/+7
* pl_u, applets/web: Decrypt shared fonts to TTF filesGravatar Morph2020-12-182-18/+31
* ns_vm: Stub NeedsUpdateVulnerabilityGravatar Morph2020-12-181-1/+10
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-6/+3
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-264-36/+36
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-182-17/+35
* core: Fix clang build pt.3Gravatar Lioncash2020-10-211-11/+1
* Revert "core: Fix clang build"Gravatar bunnei2020-10-202-2/+12
* core: Fix clang buildGravatar Lioncash2020-10-172-12/+2
* file_sys: Replace inclusions with forward declarations where applicableGravatar Lioncash2020-08-231-0/+1