summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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