| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | 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 | ||
| * | | | Merge pull request #2132 from wwylele/fix-fs-err | 2016-11-27 | 30 | -304/+1234 | ||
| |\ \ \ | ||||||
| | * | | | tests: add a work-around for macOS linking error | 2016-11-19 | 2 | -0/+15 | ||
| | * | | | FileSys: rename SaveDataCheck archive to NCCH archive | 2016-11-19 | 5 | -23/+22 | ||
| | * | | | FileSys: remove unused DiskArchive | 2016-11-19 | 2 | -179/+0 | ||
| | * | | | PTM & CFG: use the correct path and error code according to the new FileSys p... | 2016-11-19 | 2 | -5/+6 | ||
| | * | | | FileSys: w->rw permission lift only happens in SDMC archive | 2016-11-19 | 4 | -2/+14 | ||
| | * | | | FileSys: add SDMCWriteOnlyArchive | 2016-11-19 | 6 | -0/+140 | ||
| | * | | | FileSys: add SDMCArchive | 2016-11-19 | 3 | -1/+301 | ||
| | * | | | FileSys: add ExtSaveDataArchive | 2016-11-19 | 2 | -1/+115 | ||
| | * | | | FileSys: add SaveDataArchive | 2016-11-19 | 7 | -4/+368 | ||
| | * | | | FileSys: remove Open from FileBackend | 2016-11-19 | 4 | -64/+44 | ||
| | * | | | FileSys: remove Open from DirectoryBackend | 2016-11-19 | 4 | -25/+5 | ||
| | * | | | FileSys: add PathParser | 2016-11-19 | 5 | -0/+200 | ||
| | * | | | FileSys: make Archive interfaces return error code | 2016-11-01 | 6 | -87/+91 | ||
| * | | | | RasterizerGL: Use GL_TRUE and 0xFF in the stencil and depth masks instead of ... | 2016-11-27 | 2 | -4/+4 | ||