| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #849 from DarkLordZach/xci | 2018-08-04 | 1 | -0/+1 | |
| |\ | | | | | XCI and Encrypted NCA Support | ||||
| | * | Remove files that are not used | 2018-08-01 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #898 from lioncash/mig | 2018-08-03 | 1 | -0/+1 | |
| |\ \ | | | | | | | service: Add migration services | ||||
| | * | | service: Add migration services | 2018-08-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Adds the basic skeleton for the mig:usr service based off information provided by Switch Brew. | ||||
| * | | | service: Add psc services | 2018-08-01 | 1 | -0/+1 | |
| |/ / | | | | | | | | | Adds the basic skeleton for the psc services based off the information provided by Switch Brew. | ||||
| * | | Merge pull request #888 from lioncash/caps | 2018-08-01 | 1 | -0/+1 | |
| |\ \ | | | | | | | service: Add capture services | ||||
| | * | | service: Add capture services | 2018-08-01 | 1 | -0/+1 | |
| | |/ | | | | | | | | | Adds the basic skeleton for the capture services based off information provided by Switch Brew. | ||||
| * / | service: Add bpc and pcv services | 2018-08-01 | 1 | -0/+2 | |
| |/ | | | | | Adds the basic skeleton for the remaining pcv-related services based off information on Switch Brew. | ||||
| * | Merge pull request #875 from lioncash/fgm | 2018-07-31 | 1 | -0/+1 | |
| |\ | | | | | service: Add fgm services | ||||
| | * | service: Add fgm services | 2018-07-31 | 1 | -0/+1 | |
| | | | | | | | | | | | Adds the basic skeleton for the fgm services based off the information provided by Switch Brew. | ||||
| * | | service: Add the pcie service | 2018-07-31 | 1 | -0/+1 | |
| |/ | | | | | Adds the basic skeleton of the pcie service based off information on Switch Brew. | ||||
| * | Merge pull request #857 from lioncash/wlan | 2018-07-30 | 1 | -0/+1 | |
| |\ | | | | | service: Add wlan services | ||||
| | * | service: Add wlan services | 2018-07-28 | 1 | -0/+1 | |
| | | | | | | | | | | | Adds the basic skeleton for the wlan services based off the information on Switch Brew. | ||||
| * | | service: Add btm services | 2018-07-28 | 1 | -0/+1 | |
| |/ | | | | | Adds the skeleton for the btm services based off the information on Switch Brew. | ||||
| * | Merge pull request #847 from lioncash/ncm | 2018-07-28 | 1 | -0/+1 | |
| |\ | | | | | service: Add ncm services | ||||
| | * | service: Add ncm services | 2018-07-27 | 1 | -0/+1 | |
| | | | | | | | | | | | Adds the basic skeleton for the ncm services based off information on Switch Brew. | ||||
| * | | Merge pull request #846 from lioncash/mii | 2018-07-28 | 1 | -0/+1 | |
| |\ \ | |/ |/| | service: Add mii services | ||||
| | * | service: Add mii services | 2018-07-27 | 1 | -0/+1 | |
| | | | | | | | | | | | Adds the skeleton for the mii services based off information provided by Switch Brew | ||||
| * | | Merge pull request #845 from lioncash/nfc | 2018-07-27 | 1 | -0/+1 | |
| |\ \ | | | | | | | service: Add nfc services | ||||
| | * | | service: Add nfc services | 2018-07-27 | 1 | -0/+1 | |
| | |/ | | | | | | | | | Adds the skeleton of the nfc service based off the information provided on Switch Brew. | ||||
| * / | service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode | 2018-07-27 | 1 | -0/+1 | |
| |/ | | | | | Implements these functions according to the information available on Switch Brew. | ||||
| * | service: Add ldn services | 2018-07-26 | 1 | -0/+1 | |
| | | | | | Adds ldn services based off information provided by Switch Brew. | ||||
| * | logging/backend: Add missing standard includes | 2018-07-20 | 1 | -2/+3 | |
| | | | | | | A few inclusions were being satisfied indirectly. To prevent breakages in the future, include these directly. | ||||
| * | logging/backend: Use std::string_view in RemoveBackend() and GetBackend() | 2018-07-20 | 1 | -10/+10 | |
| | | | | | | | These can just use a view to a string since its only comparing against two names in both cases for matches. This avoids constructing std::string instances where they aren't necessary. | ||||
| * | Logging: Dump all logs in the queue on close in debug mode | 2018-07-15 | 1 | -1/+2 | |
| | | |||||
| * | Logging: Don't lock the queue for the duration of the write | 2018-07-14 | 1 | -3/+5 | |
| | | |||||
| * | Add configurable logging backends | 2018-07-02 | 1 | -8/+149 | |
| | | |||||
| * | Service/MM: add service and stub some functions | 2018-06-05 | 1 | -0/+1 | |
| | | |||||
| * | Service/BCAT: add module and services | 2018-05-28 | 1 | -0/+1 | |
| | | |||||
| * | log: Remove old logging macros and functions | 2018-04-27 | 1 | -19/+1 | |
| | | | | | Now that the old macros are no longer used, we can remove all functionality related to them. | ||||
| * | Added PREPO to logging backend, Removed comments from SaveReportWithUser | 2018-04-26 | 1 | -0/+1 | |
| | | |||||
| * | Update fmtlib to fix msvc warnings | 2018-04-05 | 1 | -2/+3 | |
| | | | | | | | Additionally, when updating fmtlib, there was a change in fmtlib broke how the old logging macro was overloaded, so this works around that by just naming the fmtlib macro impl something different | ||||
| * | logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC | 2018-04-03 | 1 | -3/+3 | |
| | | | | | Due to premature merging of #262 I think the build may be failing right now. Should merge this ASAP to fix it. | ||||
| * | Merge pull request #262 from daniellimws/fmtlib-macros | 2018-04-02 | 1 | -14/+22 | |
| |\ | | | | | Logging: Add fmtlib-based macros | ||||
| | * | Logging: Create logging macros based on fmtlib | 2018-03-22 | 1 | -14/+22 | |
| | | | | | | | | | | | | | | | | | | | Add a new set of logging macros based on fmtlib Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533 Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet so FMT_VARIADIC is used. | ||||
| * | | service: Add NFP module interface. | 2018-03-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | service: Initialize NFP service. Log: Add NFP service as a log subtype. | ||||
| * | | Service/SSL: add ssl service | 2018-03-23 | 1 | -0/+1 | |
| | | | |||||
| * | | Service/spl: add module and services | 2018-03-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Service: add fatal:u, fatal:p services | 2018-03-20 | 1 | -0/+1 | |
| |/ | |||||
| * | Merge pull request #206 from mailwl/aoc-listaddoncontent | 2018-02-20 | 1 | -0/+1 | |
| |\ | | | | | Service/AOC: stub ListAddOnContent function | ||||
| | * | Service/AOC: stub ListAddOnContent function | 2018-02-20 | 1 | -0/+1 | |
| | | | |||||
| * | | logging: Add category for Friend service. | 2018-02-19 | 1 | -0/+1 | |
| |/ | |||||
| * | log: Add logging category for NS services. | 2018-02-14 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add Time service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add SET service logging category. | 2018-02-04 | 1 | -5/+3 | |
| | | |||||
| * | logger: Add PCTL service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add LM service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add APM service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add NIFM service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add VI service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||