summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-22fermi_2d: Lower surface copy log severity to DEBUGFearlessTobi
2019-09-22video_core: Implement RGBX16F PixelFormatFearlessTobi
2019-09-21system_archive: Synthesize shared fonts system archivesZach Hilman
2019-09-21pl_u: Expose method to encrypt TTF to BFTTFZach Hilman
2019-09-21externals: Move OSS font data to file_sys in coreZach Hilman
2019-09-21prepo: Remove system global accessorsZach Hilman
2019-09-21prepo: Implement SaveReport New and System variantsZach Hilman
2019-09-21reporter: Differentiate between Old, New, and System play reportsZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21Update README.md (#2871)MysticExile
2019-09-21Merge pull request #2878 from FernandoS27/icmpRodrigo Locatti
2019-09-21config: Remove Dump options from configure_debugZach Hilman
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21yuzu: Add UI to manage filesystem paths and sizesZach Hilman
2019-09-21core: Store FileSystemController in coreZach Hilman
2019-09-21settings: Add options for managing gamecard emulationZach Hilman
2019-09-21settings: Add options for setting storage sizesZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21settings: Update LogSettings to show NAND/SDMC paths from FileUtilZach Hilman
2019-09-21card_image: Add accessors for gamecard certificateZach Hilman
2019-09-21card_image: Add functions to query gamecard update partitionZach Hilman
2019-09-21content_archive: Add accessors for Rights ID and SDK VersionZach Hilman
2019-09-21partition_data_manager: Add accessor for decrypted PRODINFO partitionZach Hilman
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman
2019-09-21am: Unstub IApplicationFunctions EnsureSaveData (20)Zach Hilman
2019-09-21filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman
2019-09-21sdmc_factory: Add SD Card size gettersZach Hilman
2019-09-21bis_factory: Add getters for NAND partition sizesZach Hilman
2019-09-21filesystem: Add FileSystemController to deglobalize FS servicesZach Hilman
2019-09-21submisson_package: Fix edge case with improperly sized filenamesZach Hilman
2019-09-21sdmc_factory: Add accessor for SDMC Album directoryZach Hilman
2019-09-21sdmc_factory: Add accessor for SDMC PlaceholderCacheZach Hilman
2019-09-21sdmc_factory: Add accessor for content directoryZach Hilman
2019-09-21savedata_factory: Implement savedata creation and don't create dir on openZach Hilman
2019-09-21patch_manager: Add short-circuit edge-case to GetPatchVersionNamesZach Hilman
2019-09-21patch_manager: Add error checking to load dir to prevent crashesZach Hilman
2019-09-21registered_cache: Process *.cnmt.nca filesZach Hilman
2019-09-21registered_cache: Implement PlaceholderCache to manage placeholder and instal...Zach Hilman
2019-09-21bis_factory: Fix mod loader edge-case with homebrew title IDsZach Hilman
2019-09-21bis_factory: Add accessors for BIS placeholder cachesZach Hilman
2019-09-21bis_factory: Add accessor for NAND Image DirectoryZach Hilman
2019-09-21bis_factory: Add accessors for BIS content directoriesZach Hilman
2019-09-21bis_factory: Add accessors for BIS partitionsZach Hilman
2019-09-21gl_shader_decompiler: Use uint for images and fix SUATOMReinUsesLisp
2019-09-21shader/image: Implement SULD and remove irrelevant codeReinUsesLisp
2019-09-21shader_bytecode: Add SULD encodingReinUsesLisp
2019-09-21Shader_IR: ICMP corrections and fixesFernando Sahmkow
2019-09-21externals: Update dynarmic to masterEthan
2019-09-21Merge pull request #2885 from Hexagon12/port-4944David
2019-09-21Added Host CPU and OS to logpbarilla