summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: caps: Partially implement IAlbumAccessorServiceNarr the Reg2023-10-022-2/+29
* service: ns: Implement GetSharedFontInOrderOfPriorityForSystemgerman772023-09-241-4/+13
* core: remove ResultVal typeLiam2023-08-082-20/+26
* configure_system: Implement with for looplat9nq2023-07-211-1/+1
* general: fix spelling mistakesLiam2023-03-121-1/+1
* hle: rename legacy errors to ResultsLiam2023-03-072-6/+7
* service: move hle_ipc from kernelLiam2023-03-016-31/+30
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-012-19/+22
|\
| * service: refactor server architectureLiam2023-02-212-19/+22
* | core: Update service function tables to 16.0.0+Narr the Reg2023-02-251-2/+10
|/
* service: Make use of buffer element count helpersLioncash2022-11-231-7/+4
* general: preliminary support for hblLiam2022-10-122-1/+32
* core: ns: Implement pl:s serviceNarr the Reg2022-09-033-22/+23
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-239-27/+18
* core: Reduce unused includesameerj2022-03-191-1/+0
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-2/+2
* service: Migrate to the new UUID implementationMorph2022-02-051-3/+3
* service/ns: Update function tablesLioncash2022-01-211-0/+6
* core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg2021-11-282-1/+26
* core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdNarr the Reg2021-11-283-0/+105
* core: Remove unused includesameerj2021-11-041-2/+1
* general: Remove MakeResult helpersMorph2021-11-021-2/+2
* ns: language: Add BrazilianPortuguese to ApplicationLanguageMorph2021-10-292-1/+26
* service: Reduce header include overheadMorph2021-10-071-1/+0
* service: ns, set: Add PT_BR (Brazilian Portuguese)Morph2021-07-301-0/+1
* service: ns: Remove unused ns_language headerMorph2021-07-271-42/+0
* service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified ChineseMorph2021-07-271-0/+2
* hle: kernel: Refactor to allocate a ServiceThread per service handler.bunnei2021-06-051-2/+0
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-021-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-023-13/+13
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-2/+0
* fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-2/+2
* hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-6/+2
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-1/+1
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* Merge pull request #6171 from german77/servicesbunnei2021-04-101-0/+4
|\
| * pl_u: Update to 12.xgerman772021-04-091-0/+4
* | ns: Update to 12.xMorph2021-04-091-3/+38
|/
* hle: kernel: Rename SharedMemory to KSharedMemory.bunnei2021-02-191-2/+2
* pl_u: Fix read out of boundsAlessandro Astone2021-02-061-2/+7
* pl_u, applets/web: Decrypt shared fonts to TTF filesMorph2020-12-182-18/+31
* ns_vm: Stub NeedsUpdateVulnerabilityMorph2020-12-181-1/+10
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-6/+3
* service: Eliminate usages of the global system instanceLioncash2020-11-274-36/+36
* patch_manager: Remove usages of the global system instanceLioncash2020-11-182-17/+35
* core: Fix clang build pt.3Lioncash2020-10-221-11/+1
* Revert "core: Fix clang build"bunnei2020-10-212-2/+12
* core: Fix clang buildLioncash2020-10-182-12/+2
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-0/+1
* Merge pull request #4203 from VolcaEM/servicesbunnei2020-07-113-13/+17
|\
| * Rename two functions in NSVolcaEM2020-07-021-2/+2
| * service: Update function tablesVolcaEM2020-06-293-15/+19
* | configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+2
|/
* Don't fail silently for vi, sm, set and ns servicesDavid Marcec2020-04-291-0/+8
* service: Update function tablesLioncash2020-04-202-2/+21
* service: pl_u: Update for new shared memory layout.bunnei2020-04-171-7/+5
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-252-1/+34
|\
| * service: Update function tablesLioncash2019-11-122-1/+34
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-1/+1
* | service: Resolve sign conversion errorsLioncash2019-11-122-3/+3
|/
* pl_u: Fix mismatched rebase size error in font encryptionZach Hilman2019-10-132-11/+11
* pl_u: Use kernel physical memoryZach Hilman2019-10-131-0/+1
* pl_u: Remove excess static qualifierZach Hilman2019-10-131-1/+1
* pl_u: Use OSS system archives if real archives don't existZach Hilman2019-10-131-110/+47
* hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-4/+4
* Merge pull request #2884 from ogniK5377/deglobal-sys-servicesFernando Sahmkow2019-09-224-8/+13
|\
| * RebaseDavid Marcec2019-09-221-1/+1
| * RebaseDavid Marcec2019-09-224-7/+8
| * RebaseDavid Marcec2019-09-224-8/+12
* | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec2019-09-222-50/+117
|/
* Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1David2019-09-222-117/+50
|\
| * pl_u: Use kernel physical memoryZach Hilman2019-09-221-0/+1
| * pl_u: Remove excess static qualifierZach Hilman2019-09-221-1/+1
| * pl_u: Use OSS system archives if real archives don't existZach Hilman2019-09-222-109/+41
| * pl_u: Expose method to encrypt TTF to BFTTFZach Hilman2019-09-222-14/+14
* | services: Pass FileSystemController as reference to services that need itZach Hilman2019-09-214-10/+27
|/
* VM_Manager: Align allocated memory to 256bytesFernando Sahmkow2019-07-191-6/+6
* service/ns: Add missing override specifiersLioncash2019-06-051-9/+9
* Fix bitmask logic inversionMichael Scire2019-05-231-2/+1
* fix introduced clang-format errorsMichael Scire2019-05-231-3/+2
* Address review commentsMichael Scire2019-05-235-45/+118
* clang-format fixesMichael Scire2019-05-234-31/+32
* Implement IApplicationFunctions::GetDesiredLanguageMichael Scire2019-05-235-401/+964
* service/ns: Update function tablesLioncash2019-01-301-14/+20
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-262-8/+10
* pl_u: Resize buffers in shared font data getter to what game requestsZach Hilman2018-11-151-0/+8
* ns: Implement command 400: GetApplicationControlDataZach Hilman2018-10-291-1/+63
* ns: Update service function tableLioncash2018-10-191-6/+49
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-161-1/+1
* kernel/process: Make data member variables privateLioncash2018-09-301-3/+3
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-6/+6
* services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash2018-09-131-2/+4
* pl_u: Eliminate mutable file-scope stateLioncash2018-09-122-66/+88
* Merge pull request #1291 from lioncash/defaultbunnei2018-09-112-1/+3
|\
| * hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-112-1/+3
* | externals: Place font data within cpp filesLioncash2018-09-111-6/+6
|/
* Use open-source shared fonts if no dumped file is available (#1269)Tobias2018-09-111-1/+25
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-1/+3
* kernel: Eliminate kernel global stateLioncash2018-08-291-1/+2
* Addressed plu TTF changesDavid Marcec2018-08-231-6/+7
* Added SharedFonts loading via TTFDavid Marcec2018-08-231-5/+50
* Added missing include for pl:uDavid Marcec2018-08-221-0/+1
* PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David2018-08-221-25/+140
* service/ns: Add missing ns servicesLioncash2018-08-021-0/+447
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-1/+1
* pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()Lioncash2018-07-201-3/+3
* Merge pull request #725 from lioncash/bytesbunnei2018-07-201-3/+3
|\
| * pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash2018-07-191-3/+3
* | pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority()Lioncash2018-07-191-1/+1
|/
* Rename logging macro back to LOG_*James Rowe2018-07-031-7/+7
* GetSharedFontInOrderOfPriority (#381)David2018-05-012-1/+27
* ns: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-6/+6
* service: Use nested namespace specifiers where applicableLioncash2018-04-204-16/+8
* pl_u: Use empty shared font if none is available.bunnei2018-04-151-17/+14
* Updated pl:u with more service names.Hexagon122018-04-101-1/+3
* pl_u: Add RequestLoad.bunnei2018-03-252-0/+11
* core: Move process creation out of global state.bunnei2018-03-141-4/+5
* pl_u: Implement basic shared font loading from RAM dump.bunnei2018-02-154-0/+176
* Remove lots more 3DS-specific code.bunnei2017-10-134-87/+0
* Services/NS: Port ns:s to the new service framework.Subv2017-09-164-0/+87