| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2267 from JayFoxRox/fix-mingw-cc | 2016-12-11 | 1 | -2/+2 | |
| |\ | |||||
| | * | gdbstub: Remove unused include | 2016-12-05 | 1 | -1/+0 | |
| | * | Support mingw cross-compile | 2016-12-05 | 1 | -1/+2 | |
| * | | APT::GetStartupArgument: force clear startup argument | 2016-12-11 | 2 | -5/+11 | |
| * | | Core: Add a forgotten #include <cstring> for memcpy. | 2016-12-11 | 1 | -0/+1 | |
| * | | Add all services to the Service namespace | 2016-12-11 | 45 | -482/+390 | |
| * | | Merge pull request #2291 from lioncash/svc | 2016-12-09 | 10 | -12/+61 | |
| |\ \ | |||||
| | * | | service: Add cfg:nor service | 2016-12-09 | 4 | -0/+49 | |
| | * | | service: Drop '_Interface' from cfg service names | 2016-12-09 | 7 | -12/+12 | |
| * | | | Merge pull request #2292 from lioncash/bool | 2016-12-09 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | |||||
| | * | | ptm: Use boolean instead of integral value | 2016-12-09 | 1 | -1/+1 | |
| * | | | Merge pull request #2287 from lioncash/svc | 2016-12-08 | 12 | -12/+170 | |
| |\ \ \ | |||||
| | * | | | service: Add the ptm:s service | 2016-12-08 | 3 | -0/+14 | |
| | * | | | service: Add common ptm:u commands to other ptm services | 2016-12-08 | 4 | -0/+54 | |
| | * | | | service: Drop '_Interface' in ptm service class names | 2016-12-08 | 7 | -14/+14 | |
| | * | | | service: Add ptm::gets and ptm::sets services | 2016-12-08 | 6 | -0/+90 | |
| * | | | | Merge pull request #2280 from Subv/citrace_size | 2016-12-08 | 1 | -2/+2 | |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Fixed the gpu command list size when creating CiTraces. | 2016-12-08 | 1 | -2/+2 | |
| | | |/ | |/| | |||||
| * | | | service: Add mvd and qtm services | 2016-12-08 | 14 | -0/+271 | |
| * | | | Merge pull request #2284 from lioncash/svc | 2016-12-08 | 8 | -30/+199 | |
| |\ \ \ | |||||
| | * | | | service: Add nfc services | 2016-12-08 | 8 | -30/+199 | |
| * | | | | Merge pull request #2277 from lioncash/explicit | 2016-12-08 | 8 | -10/+10 | |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | file_sys: Make a few single-argument constructors explicit | 2016-12-07 | 8 | -10/+10 | |
| * | | | | Merge pull request #2283 from lioncash/svc | 2016-12-07 | 21 | -28/+212 | |
| |\ \ \ \ | |||||
| | * | | | | ssl_c: Update function table | 2016-12-08 | 1 | -0/+3 | |
| | * | | | | ptm: Update ptm_sysm function table | 2016-12-08 | 3 | -6/+7 | |
| | * | | | | pm_app: Update function table | 2016-12-08 | 1 | -6/+9 | |
| | * | | | | nwm_uds: Update function table | 2016-12-08 | 1 | -5/+7 | |
| | * | | | | nim: Update function tables | 2016-12-08 | 2 | -0/+2 | |
| | * | | | | http_c: Update function table | 2016-12-08 | 1 | -0/+4 | |
| | * | | | | gsp_lcd: Update function table | 2016-12-08 | 1 | -0/+4 | |
| | * | | | | fs_user: Update function table | 2016-12-08 | 1 | -0/+2 | |
| | * | | | | dlp_srvr: Update function table | 2016-12-08 | 1 | -0/+7 | |
| | * | | | | cfg: Update function tables | 2016-12-08 | 3 | -0/+3 | |
| | * | | | | cecd_u: Update function table | 2016-12-08 | 1 | -1/+13 | |
| | * | | | | boss_p: Update function table | 2016-12-08 | 1 | -3/+68 | |
| | * | | | | act: Update function tables | 2016-12-08 | 2 | -0/+10 | |
| | * | | | | apt: Update apt function tables | 2016-12-07 | 2 | -7/+73 | |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #2281 from lioncash/applet | 2016-12-07 | 8 | -30/+22 | |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | applet: Move common IsRunning underlying variable to the Applet class | 2016-12-07 | 8 | -28/+19 | |
| | * | | | applet: Make virtual destructor defaulted | 2016-12-07 | 1 | -1/+1 | |
| | * | | | applet: Make constructor protected | 2016-12-07 | 1 | -1/+2 | |
| * | | | | Update AM service function tables | 2016-12-07 | 6 | -113/+246 | |
| | |/ / |/| | | |||||
| * | | | Merge pull request #2232 from wwylele/other-save | 2016-12-07 | 11 | -80/+351 | |
| |\ \ \ | |/ / |/| | | |||||
| | * | | FileSys: Implement OtherSaveData | 2016-11-29 | 7 | -0/+214 | |
| | * | | FS: add missing MediaType | 2016-11-29 | 1 | -1/+1 | |
| | * | | FileSys: abstract SD save data archive source | 2016-11-29 | 6 | -79/+136 | |
| * | | | Implement Frame rate limiter (#2223) | 2016-12-06 | 3 | -0/+35 | |
| | |/ |/| | |||||
| * | | GSP: Downgrade log severity of SetAxiConfigQoSMode | 2016-12-04 | 1 | -1/+1 | |
| * | | Set client SDK version to Service APIs | 2016-11-30 | 7 | -13/+86 | |
| |/ | |||||