summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't fail silently for vi, sm, set and ns servicesDavid Marcec2020-04-291-0/+8
|
* service: Update function tablesLioncash2020-04-201-2/+20
| | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew.
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+27
|\ | | | | service: Update function tables
| * service: Update function tablesLioncash2019-11-121-0/+27
| | | | | | | | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.
* | service: Resolve sign conversion errorsLioncash2019-11-121-2/+2
|/ | | | | These are fairly trivial to resolve and most of the changes entail using RESULT_UNKNOWN over ResultCode(-1).
* RebaseDavid Marcec2019-09-221-3/+2
|
* RebaseDavid Marcec2019-09-221-2/+4
|
* services: Pass FileSystemController as reference to services that need itZach Hilman2019-09-211-2/+2
|
* Fix bitmask logic inversionMichael Scire2019-05-231-2/+1
|
* fix introduced clang-format errorsMichael Scire2019-05-231-3/+2
|
* Address review commentsMichael Scire2019-05-231-5/+24
|
* Implement IApplicationFunctions::GetDesiredLanguageMichael Scire2019-05-231-401/+446
|
* service/ns: Update function tablesLioncash2019-01-301-14/+20
| | | | Updates function tables based off information provided by SwitchBrew
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-4/+4
|
* ns: Implement command 400: GetApplicationControlDataZach Hilman2018-10-291-1/+63
| | | Returns the raw NACP bytes and the raw icon bytes into a title-provided buffer. Pulls from Registration Cache for control data, returning all zeros should it not exist.
* ns: Update service function tableLioncash2018-10-191-6/+49
| | | | Updated based off information provided by Switchbrew.
* service/ns: Add missing ns servicesLioncash2018-08-021-0/+447
| | | | | | Implements the basic skeleton of ns:am2, ns:ec, ns:rid, ns:rt, ns:su, ns:vm, and ns:web based off the information provided by Switch Brew and SwIPC.
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* pl_u: Implement basic shared font loading from RAM dump.bunnei2018-02-151-0/+16
|
* Remove lots more 3DS-specific code.bunnei2017-10-131-16/+0
|
* Services/NS: Port ns:s to the new service framework.Subv2017-09-161-0/+16