aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ns
AgeCommit message (Expand)Author
2020-04-29Don't fail silently for vi, sm, set and ns servicesDavid Marcec
2020-04-20service: Update function tablesLioncash
2020-04-17service: pl_u: Update for new shared memory layout.bunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman
2019-10-13pl_u: Use kernel physical memoryZach Hilman
2019-10-13pl_u: Remove excess static qualifierZach Hilman
2019-10-13pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-22Merge pull request #2884 from ogniK5377/deglobal-sys-servicesFernando Sahmkow
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec
2019-09-22RebaseDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1David
2019-09-21pl_u: Use kernel physical memoryZach Hilman
2019-09-21pl_u: Remove excess static qualifierZach Hilman
2019-09-21pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-09-21pl_u: Expose method to encrypt TTF to BFTTFZach Hilman
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-06-05service/ns: Add missing override specifiersLioncash
2019-05-23Fix bitmask logic inversionMichael Scire
2019-05-23fix introduced clang-format errorsMichael Scire
2019-05-23Address review commentsMichael Scire
2019-05-23clang-format fixesMichael Scire
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire
2019-01-29service/ns: Update function tablesLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-15pl_u: Resize buffers in shared font data getter to what game requestsZach Hilman
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman
2018-10-19ns: Update service function tableLioncash
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-12services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash
2018-09-11pl_u: Eliminate mutable file-scope stateLioncash
2018-09-11Merge pull request #1291 from lioncash/defaultbunnei
2018-09-11externals: Place font data within cpp filesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-10Use open-source shared fonts if no dumped file is available (#1269)Tobias
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-24Addressed plu TTF changesDavid Marcec
2018-08-23Added SharedFonts loading via TTFDavid Marcec
2018-08-22Added missing include for pl:uDavid Marcec
2018-08-21PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David