| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | filesystem: Pass Size Getter functions to IFileSystem for sizes | 2019-09-21 | 3 | -20/+31 | ||
| | * | | | | | | sdmc_factory: Add SD Card size getters | 2019-09-21 | 2 | -0/+12 | ||
| | * | | | | | | bis_factory: Add getters for NAND partition sizes | 2019-09-21 | 2 | -0/+38 | ||
| | * | | | | | | filesystem: Add FileSystemController to deglobalize FS services | 2019-09-21 | 2 | -58/+359 | ||
| | * | | | | | | submisson_package: Fix edge case with improperly sized filenames | 2019-09-21 | 1 | -1/+2 | ||
| | * | | | | | | sdmc_factory: Add accessor for SDMC Album directory | 2019-09-21 | 2 | -0/+6 | ||
| | * | | | | | | sdmc_factory: Add accessor for SDMC PlaceholderCache | 2019-09-21 | 2 | -1/+10 | ||
| | * | | | | | | sdmc_factory: Add accessor for content directory | 2019-09-21 | 2 | -0/+7 | ||
| | * | | | | | | savedata_factory: Implement savedata creation and don't create dir on open | 2019-09-21 | 2 | -26/+40 | ||
| | * | | | | | | patch_manager: Add short-circuit edge-case to GetPatchVersionNames | 2019-09-21 | 1 | -0/+2 | ||
| | * | | | | | | patch_manager: Add error checking to load dir to prevent crashes | 2019-09-21 | 1 | -0/+15 | ||
| | * | | | | | | registered_cache: Process *.cnmt.nca files | 2019-09-21 | 1 | -16/+23 | ||
| | * | | | | | | registered_cache: Implement PlaceholderCache to manage placeholder and instal... | 2019-09-21 | 2 | -0/+175 | ||
| | * | | | | | | bis_factory: Fix mod loader edge-case with homebrew title IDs | 2019-09-21 | 1 | -1/+1 | ||
| | * | | | | | | bis_factory: Add accessors for BIS placeholder caches | 2019-09-21 | 2 | -1/+20 | ||
| | * | | | | | | bis_factory: Add accessor for NAND Image Directory | 2019-09-21 | 2 | -0/+6 | ||
| | * | | | | | | bis_factory: Add accessors for BIS content directories | 2019-09-21 | 2 | -0/+11 | ||
| | * | | | | | | bis_factory: Add accessors for BIS partitions | 2019-09-21 | 2 | -0/+61 | ||
| * | | | | | | | Merge pull request #2883 from ogniK5377/log-game | 2019-09-21 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Swapped TID and Game name to make it easier to parse | 2019-09-21 | 1 | -1/+1 | ||
| | * | | | | | | Log the current title id and game name which is booting | 2019-09-21 | 1 | -3/+3 | ||
| * | | | | | | | Merge pull request #2878 from FernandoS27/icmp | 2019-09-21 | 2 | -0/+42 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Shader_IR: ICMP corrections and fixes | 2019-09-21 | 2 | -6/+11 | ||
| | * | | | | | | Shader_IR: Implement ICMP. | 2019-09-19 | 2 | -0/+37 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2885 from Hexagon12/port-4944 | 2019-09-21 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added Host CPU and OS to log | 2019-09-21 | 1 | -0/+8 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2806 from FearlessTobi/port-4882 | 2019-09-21 | 7 | -10/+93 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Address review comments | 2019-09-10 | 2 | -6/+9 | ||
| | * | | | | | | Add frametime logging for tracking performance over time | 2019-09-10 | 7 | -10/+90 | ||
| * | | | | | | | Merge pull request #2872 from FernandoS27/mem-gpu-opt | 2019-09-21 | 1 | -2/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC... | 2019-09-18 | 1 | -2/+7 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2576 from DarkLordZach/nsp-fix-1 | 2019-09-21 | 2 | -14/+39 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | nsp: Correct status codes for extracted NSPs | 2019-06-10 | 2 | -13/+17 | ||
| | * | | | | | | | nsp: Use title ID from NPDM metadata for extracted type NSPs | 2019-06-10 | 2 | -1/+22 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2866 from Morph1984/checkbox_fix | 2019-09-21 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | When docked mode is checked, uncheck "joycons docked" | 2019-09-16 | 1 | -0/+2 | ||
| * | | | | | | | | Merge pull request #2868 from ReinUsesLisp/fix-mipmaps | 2019-09-21 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | maxwell_to_gl: Fix mipmap filtering | 2019-09-17 | 1 | -2/+2 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2879 from ogniK5377/trace-submitgpfifo | 2019-09-21 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Mark KickOffPb & SubmitGPFIFO as trace | 2019-09-21 | 1 | -4/+4 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * / | | | | | | Mark DrawArrays as LOG_TRACE | 2019-09-21 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2846 from ReinUsesLisp/fixup-viewport-index | 2019-09-20 | 1 | -10/+14 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_decompiler: Avoid writing output attribute when unimplemented | 2019-09-06 | 1 | -10/+14 | ||
| * | | | | | | | Merge pull request #2855 from ReinUsesLisp/shfl | 2019-09-20 | 6 | -9/+182 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | shader_ir/warp: Implement SHFL | 2019-09-17 | 6 | -9/+182 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2784 from ReinUsesLisp/smem | 2019-09-18 | 5 | -21/+81 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gl_shader_decompiler: Implement shared memory | 2019-09-05 | 1 | -0/+23 | ||
| | * | | | | | shader_ir: Implement LD_S | 2019-09-05 | 1 | -10/+13 | ||
| | * | | | | | shader_ir: Implement ST_S | 2019-09-05 | 4 | -11/+45 | ||
| * | | | | | | Merge pull request #2851 from ReinUsesLisp/srgb | 2019-09-15 | 6 | -30/+9 | ||
| |\ \ \ \ \ \ | ||||||