| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | | Merge pull request #2286 from lioncash/svc | 2016-12-08 | 14 | -0/+271 | |
| |\ \ | |||||
| | * | | service: Add mvd and qtm services | 2016-12-08 | 14 | -0/+271 | |
| * | | | Merge pull request #2274 from degasus/master | 2016-12-08 | 5 | -47/+8 | |
| |\ \ \ | |/ / |/| | | |||||
| | * | | OpenGL: Drop framebuffer completeness check. | 2016-12-07 | 5 | -47/+8 | |
| * | | | 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 | 10 | -0/+54 | |
| * | | | ASSERT that shader was linked successfully | 2016-12-05 | 1 | -0/+2 | |
| * | | | Report shader uniform block size in case of mismatch | 2016-12-05 | 1 | -1/+3 | |
| * | | | Print broken shader code to log | 2016-12-05 | 1 | -3/+9 | |
| | |/ |/| | |||||
| * | | GSP: Downgrade log severity of SetAxiConfigQoSMode | 2016-12-04 | 1 | -1/+1 | |
| * | | OpenGL: Non-zero stride only makes sense for linear buffers | 2016-12-04 | 3 | -7/+11 | |
| * | | OpenGL: Ensure framebuffer binding is restored if completion check fails | 2016-12-04 | 1 | -10/+7 | |
| * | | OpenGL: Fix DisplayTransfer accel when input width != output width | 2016-12-04 | 1 | -1/+10 | |
| * | | Merge pull request #2259 from JayFoxRox/fix-fallback | 2016-12-03 | 1 | -1/+1 | |
| |\ \ | |||||
| | * | | shader_jit: Fix non-SSE4.1 path where FLR would not truncate | 2016-12-04 | 1 | -1/+1 | |
| * | | | clang-format: Fix coding style | 2016-12-03 | 1 | -1/+1 | |
| |/ / | |||||