summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4203 from VolcaEM/servicesGravatar bunnei2020-07-113-13/+17
|\
| * Rename two functions in NSGravatar VolcaEM2020-07-021-2/+2
| * service: Update function tablesGravatar VolcaEM2020-06-293-15/+19
* | configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-1/+2
|/
* Don't fail silently for vi, sm, set and ns servicesGravatar David Marcec2020-04-291-0/+8
* service: Update function tablesGravatar Lioncash2020-04-202-2/+21
* service: pl_u: Update for new shared memory layout.Gravatar bunnei2020-04-171-7/+5
* Merge pull request #3094 from lioncash/tablesGravatar bunnei2019-11-242-1/+34
|\
| * service: Update function tablesGravatar Lioncash2019-11-122-1/+34
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-1/+1
* | service: Resolve sign conversion errorsGravatar Lioncash2019-11-122-3/+3
|/
* pl_u: Fix mismatched rebase size error in font encryptionGravatar Zach Hilman2019-10-132-11/+11
* pl_u: Use kernel physical memoryGravatar Zach Hilman2019-10-131-0/+1