| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-22 | Merge pull request #1545 from DarkLordZach/psm | bunnei | |
| psm: Add psm service and stub commands 0 and 1 | |||
| 2018-10-21 | service: Add the basic skeleton for the NPNS services | Lioncash | |
| 2018-10-21 | am: Add the basic skeleton for the tcap service | Lioncash | |
| Added based off information provided by Switchbrew. | |||
| 2018-10-20 | service: Add skeleton for psm service | Zach Hilman | |
| Seems to be the power controller. Listed in switchbrew under the category PTM services. | |||
| 2018-10-17 | Merge pull request #1444 from ogniK5377/better-hid | bunnei | |
| "Better Hid" Rework Part 1 | |||
| 2018-10-15 | Merge pull request #1473 from lioncash/cmake | bunnei | |
| web_service: Make linkage of web_service-related externals and the library private | |||
| 2018-10-10 | core/CMakeLists: Make all web_service-related libraries private | Lioncash | |
| Now that all external dependencies are hidden, we can remove json-headers from the publically linked libraries, as the use of this library is now completely hidden from external users of the web_service library. We can also make the web_services library private as well, considering it's not a requirement. If a library needs to link in web_service, it should be done explicitly -- not via indirect linking. | |||
| 2018-10-10 | core/CMakeLists: Use target_compile_definitions instead of add_definitions ↵ | Lioncash | |
| for specifying ENABLE_WEB_SERVICE Avoids introducing the definition to the whole directory space and localizes it to being added to the library that needs it. | |||
| 2018-10-10 | "Better Hid" rework part 1 | David Marcec | |
| 2018-10-07 | crypto: Add PartitionDataManager | Zach Hilman | |
| Keeps track of system files for key derivation | |||
| 2018-10-07 | key_manager: Add ETicket key derivation | Zach Hilman | |
| Derives titlekeys | |||
| 2018-10-06 | Merge pull request #1332 from FearlessTobi/port-web-backend | bunnei | |
| Port web_service from Citra | |||
| 2018-10-02 | Review comments -part 4 | fearlessTobi | |
| 2018-10-02 | Port web_service from Citra | fearlessTobi | |
| 2018-10-01 | patch_manager: Add PatchNSO function | Zach Hilman | |
| While PatchExeFS operated on the entire directory, this function operates on the uncompressed NSO. Avoids copying decompression code to PatchManager. | |||
| 2018-09-23 | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | |
| 2018-09-21 | bis_factory: Add mod directory VFS getter | Zach Hilman | |
| 2018-09-21 | vfs_static: Add StaticVfsFile | Zach Hilman | |
| Always returns the template argument byte for all reads. Doesn't support writes. | |||
| 2018-09-10 | Use open-source shared fonts if no dumped file is available (#1269) | Tobias | |
| * Add open-source shared fonts * Address review comments | |||
| 2018-09-04 | loader: Add BKTR-specific error messages and codes | Zach Hilman | |
| 2018-09-04 | qt: Add UI support for NSP files | Zach Hilman | |
| 2018-08-23 | file_sys: Implement NAX containers | Zach Hilman | |
| 2018-08-20 | Merge pull request #1017 from ogniK5377/better-account | bunnei | |
| New account backend to allow for future extended support | |||
| 2018-08-15 | Merge pull request #1005 from DarkLordZach/registered-fmt | bunnei | |
| file_sys: Add support for registration format | |||
| 2018-08-13 | Added missing channel devices | David Marcec | |
| 2018-08-11 | file_sys: Add support for parsing NCA metadata (CNMT) | Zach Hilman | |
| 2018-08-08 | began initial implementation of "ProfileManager" | David Marcec | |
| 2018-08-07 | hle: Remove unused romfs.cpp/.h | Lioncash | |
| These files are no longer used, so we can get rid of them. | |||
| 2018-08-07 | service: Add usb services | Lioncash | |
| Adds basic skeleton for the usb services based off the information provided by Switch Brew. | |||
| 2018-08-04 | service: Add arp services | Lioncash | |
| Adds the basic skeleton of the arp services based off the information provided by Switch Brew. | |||
| 2018-08-04 | Merge pull request #849 from DarkLordZach/xci | bunnei | |
| XCI and Encrypted NCA Support | |||
| 2018-08-03 | Merge pull request #908 from lioncash/memory | bunnei | |
| core/memory: Get rid of 3DS leftovers | |||
| 2018-08-03 | core/memory: Get rid of 3DS leftovers | Lioncash | |
| Removes leftover code from citra that isn't needed. | |||
| 2018-08-03 | Merge pull request #898 from lioncash/mig | bunnei | |
| service: Add migration services | |||
| 2018-08-03 | Merge pull request #894 from lioncash/object | bunnei | |
| kernel: Move object class to its own source files | |||
| 2018-08-02 | Merge pull request #899 from lioncash/unused | bunnei | |
| hw: Remove unused files | |||
| 2018-08-02 | hw: Remove unused files | Lioncash | |
| None of these files are used in any meaningful way. They're just leftovers from citra. Also has the benefit of getting rid of an unused global variable. | |||
| 2018-08-02 | service: Add migration services | Lioncash | |
| Adds the basic skeleton for the mig:usr service based off information provided by Switch Brew. | |||
| 2018-08-01 | kernel: Move object class to its own source files | Lioncash | |
| General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code. | |||
| 2018-08-01 | service: Add psc services | Lioncash | |
| Adds the basic skeleton for the psc services based off the information provided by Switch Brew. | |||
| 2018-08-01 | Merge pull request #888 from lioncash/caps | bunnei | |
| service: Add capture services | |||
| 2018-08-01 | Merge pull request #889 from lioncash/fsp | bunnei | |
| service/filesystem: Add fsp:ldr and fsp:pr services | |||
| 2018-08-01 | service/filesystem: Add fsp:ldr and fsp:pr services | Lioncash | |
| Adds the basic skeleton for the remaining fsp services based off information provided by Switch Brew. | |||
| 2018-08-01 | service: Add capture services | Lioncash | |
| Adds the basic skeleton for the capture services based off information provided by Switch Brew. | |||
| 2018-08-01 | service: Add bpc and pcv services | Lioncash | |
| Adds the basic skeleton for the remaining pcv-related services based off information on Switch Brew. | |||
| 2018-08-01 | Fix merge conflicts with opus and update docs | Zach Hilman | |
| 2018-08-01 | Extract mbedtls to cpp file | Zach Hilman | |
| 2018-08-01 | Remove files that are not used | Zach Hilman | |
| 2018-07-31 | Merge pull request #877 from lioncash/remove | bunnei | |
| kernel: Remove unused object_address_table.cpp/.h | |||
| 2018-07-31 | service/audio: Add missing services | Lioncash | |
| Adds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren. | |||
