| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | dynarmic: Update to 550d662 | 2018-08-16 | 1 | -0/+3 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1084 from bunnei/depth | 2018-08-16 | 2 | -16/+26 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | gl_rasterizer_cache: Treat Depth formats differently from DepthStencil. | 2018-08-15 | 2 | -16/+26 | ||
| * | | | | | | | | Merge pull request #1085 from lioncash/namespace | 2018-08-16 | 4 | -12/+22 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | common: Namespace hex_util.h/.cpp | 2018-08-15 | 4 | -12/+22 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1075 from lioncash/include | 2018-08-16 | 4 | -35/+22 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | loader/nca: Remove unnecessary includes and member variables | 2018-08-15 | 2 | -20/+11 | ||
| | * | | | | | | loader/xci: Remove unnecessary includes and member variables | 2018-08-15 | 2 | -15/+11 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #1005 from DarkLordZach/registered-fmt | 2018-08-15 | 34 | -80/+1437 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | registration: Various style and documentation improvements | 2018-08-12 | 3 | -18/+22 | ||
| | * | | | | | | registration: Add support for force overwrite of installed | 2018-08-11 | 4 | -53/+106 | ||
| | * | | | | | | game_list: Split game list scans to multiple functions | 2018-08-11 | 2 | -9/+16 | ||
| | * | | | | | | vfs_real: Add CreateFullPath to Create* operations | 2018-08-11 | 2 | -13/+6 | ||
| | * | | | | | | control_metadata: Remove unnecessary reference to base file | 2018-08-11 | 2 | -2/+1 | ||
| | * | | | | | | romfs: Remove cyclic shared_ptr leak in romfs code | 2018-08-11 | 3 | -8/+8 | ||
| | * | | | | | | 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 | ||