| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | registration: Update documentation and style | 2018-08-11 | 5 | -42/+69 | ||
| | * | | | | | | nca_metadata: Remove unnecessary reference to base file | 2018-08-11 | 2 | -3/+2 | ||
| | * | | | | | | bis_factory: Create NAND dirs if they don't exist | 2018-08-11 | 1 | -2/+9 | ||
| | * | | | | | | qt: Use custom RawCopy with progress bar for installs | 2018-08-11 | 1 | -2/+28 | ||
| | * | | | | | | registration: Take RawCopy function as parameter | 2018-08-11 | 2 | -10/+15 | ||
| | * | | | | | | game_list: Populate control data from installed NAND | 2018-08-11 | 2 | -31/+35 | ||
| | * | | | | | | registered_cache: Fix missing reading from yuzu_meta | 2018-08-11 | 1 | -7/+16 | ||
| | * | | | | | | file_sys: Comply to style guidelines | 2018-08-11 | 8 | -47/+60 | ||
| | * | | | | | | qt: Add 'Install to NAND' option to menu | 2018-08-11 | 5 | -1/+99 | ||
| | * | | | | | | game_list: Modify game list to scan installed titles | 2018-08-11 | 1 | -0/+45 | ||
| | * | | | | | | file_sys: Add RegisteredCache | 2018-08-11 | 2 | -0/+543 | ||
| | * | | | | | | file_sys: Add support for parsing NCA metadata (CNMT) | 2018-08-11 | 3 | -0/+238 | ||
| | * | | | | | | card_image: Add accessor for all NCAs in XCI | 2018-08-11 | 2 | -0/+5 | ||
| | * | | | | | | vfs_real: Add CreateFullPath to CreateFile | 2018-08-11 | 1 | -3/+6 | ||
| | * | | | | | | filesystem: Add Open and Register functions for BISFactory | 2018-08-11 | 2 | -4/+23 | ||
| | * | | | | | | bis_factory: Add partial implementation of BISFactory | 2018-08-11 | 2 | -0/+54 | ||
| | * | | | | | | loader: Join 0* files in directory if filename is 00 | 2018-08-11 | 1 | -1/+33 | ||
| | * | | | | | | loader: Recognize filename '00' as NCA | 2018-08-11 | 1 | -0/+2 | ||
| | * | | | | | | vfs: Add ConcatenatedVfsFile | 2018-08-11 | 2 | -0/+134 | ||
| | * | | | | | | crypto: Remove hex utilities from key_manager | 2018-08-11 | 2 | -36/+2 | ||
| | * | | | | | | file_util: Add getter for NAND registration directory | 2018-08-11 | 2 | -0/+8 | ||
| | * | | | | | | common: Move hex string processing to separate file | 2018-08-11 | 3 | -0/+64 | ||
| * | | | | | | | Merge pull request #1078 from lioncash/message | 2018-08-15 | 1 | -2/+20 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | lm: Use LOG_DEBUG for printing out trace logs | 2018-08-15 | 1 | -1/+1 | ||
| | * | | | | | | lm: Handle threads and modules within the logger | 2018-08-15 | 1 | -1/+19 | ||
| * | | | | | | | Merge pull request #1079 from lioncash/fmt | 2018-08-15 | 5 | -14/+18 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | loader: Make ResultStatus directly compatible with fmt | 2018-08-15 | 5 | -14/+18 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1051 from B3n30/UnscheduleEventThreadsafe | 2018-08-15 | 3 | -1/+12 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Core::CoreTiming: add UnscheduleEventThreadsafe | 2018-08-13 | 3 | -1/+12 | ||
| * | | | | | | | | Merge pull request #1080 from lioncash/ret | 2018-08-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sm/controller: Correct return value of QueryPointerBufferSize | 2018-08-15 | 1 | -1/+1 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1083 from Subv/conv_neg | 2018-08-15 | 1 | -13/+53 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Shader/Conversion: Implemented the negate bit in F2F and I2I instructions. | 2018-08-15 | 1 | -4/+12 | ||
| | * | | | | | | | | Shader/I2F: Implemented the negate I2F_C instruction variant. | 2018-08-15 | 1 | -7/+23 | ||
| | * | | | | | | | | Shader/F2I: Implemented the negate bit in the I2F instruction | 2018-08-15 | 1 | -0/+4 | ||
| | * | | | | | | | | Shader/F2I: Implemented the F2I_C instruction variant. | 2018-08-15 | 1 | -2/+10 | ||
| | * | | | | | | | | Shader/F2I: Implemented the negate bit in the F2I instruction. | 2018-08-15 | 1 | -0/+4 | ||
| * | | | | | | | | | Merge pull request #1081 from lioncash/convert | 2018-08-15 | 3 | -3/+8 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/server_session: Add IsSession() member function | 2018-08-15 | 3 | -3/+8 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1077 from bunnei/rgba16u | 2018-08-15 | 1 | -1/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_rasterizer_cache: Add RGBA16U to PixelFormatFromTextureFormat. | 2018-08-14 | 1 | -1/+9 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * / | | | | | | | gl_rasterizer_cache: Cleanup some PixelFormat names and logging. | 2018-08-14 | 2 | -41/+71 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1069 from bunnei/vtx-sz | 2018-08-14 | 1 | -5/+20 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | maxwell_to_gl: Properly handle UnsignedInt/SignedInt sizes. | 2018-08-14 | 1 | -5/+20 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1070 from bunnei/cbuf-sz | 2018-08-14 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_rasterizer: Fix upload size for constant buffers. | 2018-08-14 | 1 | -3/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1071 from bunnei/fix-ldc | 2018-08-14 | 1 | -13/+22 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_shader_decompiler: Several fixes for indirect constant buffer loads. | 2018-08-14 | 1 | -13/+22 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1068 from bunnei/g8r8s | 2018-08-14 | 2 | -34/+49 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | gl_rasterizer_cache: Implement G8R8S format. | 2018-08-14 | 2 | -34/+49 | ||
| | |/ / / / / | ||||||