summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-03-07hle: rename legacy errors to ResultsLiam2-6/+7
2023-03-01service: move hle_ipc from kernelLiam6-31/+30
2023-02-25core: Update service function tables to 16.0.0+Narr the Reg1-2/+10
2023-02-21service: refactor server architectureLiam2-19/+22
2022-11-23service: Make use of buffer element count helpersLioncash1-7/+4
2022-10-12general: preliminary support for hblLiam2-1/+32
2022-09-03core: ns: Implement pl:s serviceNarr the Reg3-22/+23
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph9-27/+18
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-2/+2
2022-02-05service: Migrate to the new UUID implementationMorph1-3/+3
2022-01-21service/ns: Update function tablesLioncash1-0/+6
2021-11-28core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg2-1/+26
2021-11-28core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdNarr the Reg3-0/+105
2021-11-04core: Remove unused includesameerj1-2/+1
2021-11-02general: Remove MakeResult helpersMorph1-2/+2
2021-10-29ns: language: Add BrazilianPortuguese to ApplicationLanguageMorph2-1/+26
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-07-30service: ns, set: Add PT_BR (Brazilian Portuguese)Morph1-0/+1
2021-07-27service: ns: Remove unused ns_language headerMorph1-42/+0
2021-07-27service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified ChineseMorph1-0/+2
2021-06-05hle: kernel: Refactor to allocate a ServiceThread per service handler.bunnei1-2/+0
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph3-13/+13
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-2/+0
2021-05-06fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei1-2/+2
2021-05-06hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei1-6/+2
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei1-1/+1
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-09ns: Update to 12.xMorph1-3/+38
2021-04-09pl_u: Update to 12.xgerman771-0/+4
2021-02-19hle: kernel: Rename SharedMemory to KSharedMemory.bunnei1-2/+2
2021-02-06pl_u: Fix read out of boundsAlessandro Astone1-2/+7
2020-12-18pl_u, applets/web: Decrypt shared fonts to TTF filesMorph2-18/+31
2020-12-18ns_vm: Stub NeedsUpdateVulnerabilityMorph1-1/+10
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-6/+3
2020-11-27service: Eliminate usages of the global system instanceLioncash4-36/+36
2020-11-18patch_manager: Remove usages of the global system instanceLioncash2-17/+35
2020-10-22core: Fix clang build pt.3Lioncash1-11/+1
2020-10-21Revert "core: Fix clang build"bunnei2-2/+12
2020-10-18core: Fix clang buildLioncash2-12/+2
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-0/+1
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+2
2020-07-02Rename two functions in NSVolcaEM1-2/+2
2020-06-29service: Update function tablesVolcaEM3-15/+19
2020-04-29Don't fail silently for vi, sm, set and ns servicesDavid Marcec1-0/+8
2020-04-20service: Update function tablesLioncash2-2/+21
2020-04-17service: pl_u: Update for new shared memory layout.bunnei1-7/+5
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-1/+1
2019-11-12service: Update function tablesLioncash2-1/+34
2019-11-12service: Resolve sign conversion errorsLioncash2-3/+3
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman2-11/+11
2019-10-13pl_u: Use kernel physical memoryZach Hilman1-0/+1
2019-10-13pl_u: Remove excess static qualifierZach Hilman1-1/+1
2019-10-13pl_u: Use OSS system archives if real archives don't existZach Hilman1-110/+47
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash1-4/+4
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec2-50/+117
2019-09-22RebaseDavid Marcec1-1/+1
2019-09-22RebaseDavid Marcec4-7/+8
2019-09-22RebaseDavid Marcec4-8/+12
2019-09-22pl_u: Use kernel physical memoryZach Hilman1-0/+1
2019-09-22pl_u: Remove excess static qualifierZach Hilman1-1/+1
2019-09-22pl_u: Use OSS system archives if real archives don't existZach Hilman2-109/+41
2019-09-22pl_u: Expose method to encrypt TTF to BFTTFZach Hilman2-14/+14
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman4-10/+27
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow1-6/+6
2019-06-05service/ns: Add missing override specifiersLioncash1-9/+9
2019-05-23Fix bitmask logic inversionMichael Scire1-2/+1
2019-05-23fix introduced clang-format errorsMichael Scire1-3/+2
2019-05-23Address review commentsMichael Scire5-45/+118
2019-05-23clang-format fixesMichael Scire4-31/+32
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire5-401/+964
2019-01-30service/ns: Update function tablesLioncash1-14/+20
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2-8/+10
2018-11-15pl_u: Resize buffers in shared font data getter to what game requestsZach Hilman1-0/+8
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman1-1/+63
2018-10-19ns: Update service function tableLioncash1-6/+49
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash1-1/+1
2018-09-30kernel/process: Make data member variables privateLioncash1-3/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-6/+6
2018-09-13services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash1-2/+4
2018-09-12pl_u: Eliminate mutable file-scope stateLioncash2-66/+88
2018-09-11externals: Place font data within cpp filesLioncash1-6/+6
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash2-1/+3
2018-09-11Use open-source shared fonts if no dumped file is available (#1269)Tobias1-1/+25
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-1/+3
2018-08-29kernel: Eliminate kernel global stateLioncash1-1/+2
2018-08-23Addressed plu TTF changesDavid Marcec1-6/+7
2018-08-23Added SharedFonts loading via TTFDavid Marcec1-5/+50
2018-08-22Added missing include for pl:uDavid Marcec1-0/+1
2018-08-22PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David1-25/+140
2018-08-02service/ns: Add missing ns servicesLioncash1-0/+447
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash1-1/+1
2018-07-20pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()Lioncash1-3/+3
2018-07-19pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash1-3/+3
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority()Lioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-7/+7
2018-05-01GetSharedFontInOrderOfPriority (#381)David2-1/+27
2018-04-24ns: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-20service: Use nested namespace specifiers where applicableLioncash4-16/+8
2018-04-15pl_u: Use empty shared font if none is available.bunnei1-17/+14
2018-04-10Updated pl:u with more service names.Hexagon121-1/+3
2018-03-25pl_u: Add RequestLoad.bunnei2-0/+11
2018-03-14core: Move process creation out of global state.bunnei1-4/+5
2018-02-15pl_u: Implement basic shared font loading from RAM dump.bunnei4-0/+176
2017-10-13Remove lots more 3DS-specific code.bunnei4-87/+0
2017-09-16Services/NS: Port ns:s to the new service framework.Subv4-0/+87