| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | 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 | ||
| |/ / / / / | ||||||
| * | | | / | shader_jit: Load LOOPCOUNT_REG and LOOPINC 4 bit left-shifted | 2016-12-02 | 1 | -6/+9 | ||
| | |_|_|/ |/| | | | ||||||
| * | | | | Remove unused version.h | 2016-12-01 | 2 | -12/+0 | ||
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #2228 from freiro/winver_fix | 2016-11-30 | 1 | -3/+0 | ||
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | WINVER definition moved to CMake and cleanup | 2016-11-30 | 1 | -3/+0 | ||
| * | | | ClangFormat: Fixed the clang-format errors | 2016-11-30 | 2 | -6/+10 | ||
| * | | | Set client SDK version to Service APIs | 2016-11-30 | 8 | -16/+88 | ||
| |/ / | ||||||
| * / | Build: Fixed a few warnings. | 2016-11-29 | 3 | -11/+11 | ||
| |/ | ||||||
| * | Merge pull request #2196 from Subv/system_mode | 2016-11-27 | 10 | -21/+66 | ||
| |\ | ||||||
| | * | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | 2016-11-27 | 5 | -27/+27 | ||
| | * | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | 2016-11-19 | 10 | -22/+67 | ||
| * | | Merge pull request #2222 from linkmauve/die-frameskip-die | 2016-11-27 | 7 | -33/+1 | ||
| |\ \ | ||||||
| | * | | GPU: Remove the broken frame_skip option. | 2016-11-27 | 7 | -33/+1 | ||