summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* qt/main: Make installation dialog text within OnMenuInstallToNAND() translatableGravatar Lioncash2018-08-161-14/+15
* qt/main: Get rid of compilation warningsGravatar Lioncash2018-08-161-4/+8
* Merge pull request #1005 from DarkLordZach/registered-fmtGravatar bunnei2018-08-1534-80/+1437
|\
| * registration: Various style and documentation improvementsGravatar Zach Hilman2018-08-123-18/+22
| * registration: Add support for force overwrite of installedGravatar Zach Hilman2018-08-114-53/+106
| * game_list: Split game list scans to multiple functionsGravatar Zach Hilman2018-08-112-9/+16
| * vfs_real: Add CreateFullPath to Create* operationsGravatar Zach Hilman2018-08-112-13/+6
| * control_metadata: Remove unnecessary reference to base fileGravatar Zach Hilman2018-08-112-2/+1
| * romfs: Remove cyclic shared_ptr leak in romfs codeGravatar Zach Hilman2018-08-113-8/+8
| * registration: Update documentation and styleGravatar Zach Hilman2018-08-115-42/+69
| * nca_metadata: Remove unnecessary reference to base fileGravatar Zach Hilman2018-08-112-3/+2
| * bis_factory: Create NAND dirs if they don't existGravatar Zach Hilman2018-08-111-2/+9
| * qt: Use custom RawCopy with progress bar for installsGravatar Zach Hilman2018-08-111-2/+28
| * registration: Take RawCopy function as parameterGravatar Zach Hilman2018-08-112-10/+15
| * game_list: Populate control data from installed NANDGravatar Zach Hilman2018-08-112-31/+35
| * registered_cache: Fix missing reading from yuzu_metaGravatar Zach Hilman2018-08-111-7/+16
| * file_sys: Comply to style guidelinesGravatar Zach Hilman2018-08-118-47/+60
| * qt: Add 'Install to NAND' option to menuGravatar Zach Hilman2018-08-115-1/+99
| * game_list: Modify game list to scan installed titlesGravatar Zach Hilman2018-08-111-0/+45
| * file_sys: Add RegisteredCacheGravatar Zach Hilman2018-08-112-0/+543
| * file_sys: Add support for parsing NCA metadata (CNMT)Gravatar Zach Hilman2018-08-113-0/+238
| * card_image: Add accessor for all NCAs in XCIGravatar Zach Hilman2018-08-112-0/+5
| * vfs_real: Add CreateFullPath to CreateFileGravatar Zach Hilman2018-08-111-3/+6
| * filesystem: Add Open and Register functions for BISFactoryGravatar Zach Hilman2018-08-112-4/+23
| * bis_factory: Add partial implementation of BISFactoryGravatar Zach Hilman2018-08-112-0/+54
| * loader: Join 0* files in directory if filename is 00Gravatar Zach Hilman2018-08-111-1/+33
| * loader: Recognize filename '00' as NCAGravatar Zach Hilman2018-08-111-0/+2
| * vfs: Add ConcatenatedVfsFileGravatar Zach Hilman2018-08-112-0/+134
| * crypto: Remove hex utilities from key_managerGravatar Zach Hilman2018-08-112-36/+2
| * file_util: Add getter for NAND registration directoryGravatar Zach Hilman2018-08-112-0/+8
| * common: Move hex string processing to separate fileGravatar Zach Hilman2018-08-113-0/+64
* | Merge pull request #1078 from lioncash/messageGravatar bunnei2018-08-151-2/+20
|\ \
| * | lm: Use LOG_DEBUG for printing out trace logsGravatar Lioncash2018-08-151-1/+1
| * | lm: Handle threads and modules within the loggerGravatar Lioncash2018-08-151-1/+19
* | | Merge pull request #1079 from lioncash/fmtGravatar bunnei2018-08-155-14/+18
|\ \ \
| * | | loader: Make ResultStatus directly compatible with fmtGravatar Lioncash2018-08-155-14/+18
| |/ /
* | | Merge pull request #1051 from B3n30/UnscheduleEventThreadsafeGravatar bunnei2018-08-153-1/+12
|\ \ \
| * | | Core::CoreTiming: add UnscheduleEventThreadsafeGravatar B3n302018-08-133-1/+12
* | | | Merge pull request #1080 from lioncash/retGravatar bunnei2018-08-151-1/+1
|\ \ \ \
| * | | | sm/controller: Correct return value of QueryPointerBufferSizeGravatar Lioncash2018-08-151-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1083 from Subv/conv_negGravatar bunnei2018-08-151-13/+53
|\ \ \ \
| * | | | Shader/Conversion: Implemented the negate bit in F2F and I2I instructions.Gravatar Subv2018-08-151-4/+12
| * | | | Shader/I2F: Implemented the negate I2F_C instruction variant.Gravatar Subv2018-08-151-7/+23
| * | | | Shader/F2I: Implemented the negate bit in the I2F instructionGravatar Subv2018-08-151-0/+4
| * | | | Shader/F2I: Implemented the F2I_C instruction variant.Gravatar Subv2018-08-151-2/+10
| * | | | Shader/F2I: Implemented the negate bit in the F2I instruction.Gravatar Subv2018-08-151-0/+4
* | | | | Merge pull request #1081 from lioncash/convertGravatar bunnei2018-08-153-3/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kernel/server_session: Add IsSession() member functionGravatar Lioncash2018-08-153-3/+8
| |/ / /
* | | | Merge pull request #1077 from bunnei/rgba16uGravatar bunnei2018-08-151-1/+9
|\ \ \ \
| * | | | gl_rasterizer_cache: Add RGBA16U to PixelFormatFromTextureFormat.Gravatar bunnei2018-08-141-1/+9