| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2018-07-31 | Merge pull request #875 from lioncash/fgm | bunnei | |
| service: Add fgm services | |||
| 2018-07-31 | Merge pull request #874 from lioncash/am | bunnei | |
| service/am: Add missing am services | |||
| 2018-07-31 | kernel: Remove unused object_address_table.cpp/.h | Lioncash | |
| These source files were entirely unused throughout the rest of the codebase. This also has the benefit of getting rid of a global variable as well. | |||
| 2018-07-31 | service/am: Add missing am services | Lioncash | |
| Adds the basic skeleton for missing am services idle:sys, omm, and spsm based off the information provided by Switch Brew. | |||
| 2018-07-31 | service: Add fgm services | Lioncash | |
| Adds the basic skeleton for the fgm services based off the information provided by Switch Brew. | |||
| 2018-07-31 | service: Add the pcie service | Lioncash | |
| Adds the basic skeleton of the pcie service based off information on Switch Brew. | |||
| 2018-07-30 | Implemented various hwopus functions (#853) | David | |
| 2018-07-30 | Merge pull request #857 from lioncash/wlan | bunnei | |
| service: Add wlan services | |||
| 2018-07-28 | service: Add wlan services | Lioncash | |
| Adds the basic skeleton for the wlan services based off the information on Switch Brew. | |||
| 2018-07-28 | service: Add btm services | Lioncash | |
| Adds the skeleton for the btm services based off the information on Switch Brew. | |||
| 2018-07-28 | Merge pull request #847 from lioncash/ncm | bunnei | |
| service: Add ncm services | |||
| 2018-07-28 | Merge pull request #846 from lioncash/mii | bunnei | |
| service: Add mii services | |||
| 2018-07-27 | Merge pull request #842 from bunnei/audio-core | bunnei | |
| Initial implementation of Audio Core | |||
| 2018-07-27 | audio_core: Add initial code for keeping track of audout state. | bunnei | |
| 2018-07-27 | RomFS Extraction | Zach Hilman | |
| 2018-07-27 | service: Add ncm services | Lioncash | |
| Adds the basic skeleton for the ncm services based off information on Switch Brew. | |||
| 2018-07-27 | Merge pull request #845 from lioncash/nfc | bunnei | |
| service: Add nfc services | |||
| 2018-07-27 | Merge pull request #844 from lioncash/lbl | bunnei | |
| service: Add the lbl service | |||
| 2018-07-27 | Merge pull request #841 from lioncash/btdrv | bunnei | |
| service: Add the btdrv service | |||
| 2018-07-27 | service: Add mii services | Lioncash | |
| Adds the skeleton for the mii services based off information provided by Switch Brew | |||
| 2018-07-27 | service: Add nfc services | Lioncash | |
| Adds the skeleton of the nfc service based off the information provided on Switch Brew. | |||
| 2018-07-27 | service: Add the lbl service | Lioncash | |
| Adds the skeleton of the lbl service based off the information provided by Switch Brew. | |||
