Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-21 | yuzu: Add UI to manage filesystem paths and sizes | Zach Hilman | |
2019-09-21 | core: Store FileSystemController in core | Zach Hilman | |
2019-09-21 | settings: Add options for managing gamecard emulation | Zach Hilman | |
2019-09-21 | settings: Add options for setting storage sizes | Zach Hilman | |
2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | |
2019-09-21 | settings: Update LogSettings to show NAND/SDMC paths from FileUtil | Zach Hilman | |
2019-09-21 | card_image: Add accessors for gamecard certificate | Zach Hilman | |
Used by fsp-srv/IDeviceOperator | |||
2019-09-21 | card_image: Add functions to query gamecard update partition | Zach Hilman | |
Includes version and meta title ID, used by fsp-srv/IDeviceOperator | |||
2019-09-21 | content_archive: Add accessors for Rights ID and SDK Version | Zach Hilman | |
2019-09-21 | partition_data_manager: Add accessor for decrypted PRODINFO partition | Zach Hilman | |
2019-09-21 | services: Pass FileSystemController as reference to services that need it | Zach Hilman | |
2019-09-21 | am: Unstub IApplicationFunctions EnsureSaveData (20) | Zach Hilman | |
Creates a default save data for the application given a user ID. | |||
2019-09-21 | filesystem: Pass Size Getter functions to IFileSystem for sizes | Zach Hilman | |
2019-09-21 | sdmc_factory: Add SD Card size getters | Zach Hilman | |
2019-09-21 | bis_factory: Add getters for NAND partition sizes | Zach Hilman | |
2019-09-21 | filesystem: Add FileSystemController to deglobalize FS services | Zach Hilman | |
2019-09-21 | submisson_package: Fix edge case with improperly sized filenames | Zach Hilman | |
Prevents a crash if the filename is less than 9 characters long. | |||
2019-09-21 | sdmc_factory: Add accessor for SDMC Album directory | Zach Hilman | |
2019-09-21 | sdmc_factory: Add accessor for SDMC PlaceholderCache | Zach Hilman | |
2019-09-21 | sdmc_factory: Add accessor for content directory | Zach Hilman | |
2019-09-21 | savedata_factory: Implement savedata creation and don't create dir on open | Zach Hilman | |
Matches hardware behavior and eliminates some nasty behavior we were doing that wasn't hw-accurate at all. | |||
2019-09-21 | patch_manager: Add short-circuit edge-case to GetPatchVersionNames | Zach Hilman | |
If title ID is 0, there are no add ons, prevents wasting time looking for them. | |||
2019-09-21 | patch_manager: Add error checking to load dir to prevent crashes | Zach Hilman | |
Prevents a crash if the load dir would be nullptr, instead logs an error and returns appropriately. | |||
2019-09-21 | registered_cache: Process *.cnmt.nca files | Zach Hilman | |
Needed to use the RegisteredCache/PlaceholderCache on gamecards. | |||
2019-09-21 | registered_cache: Implement PlaceholderCache to manage placeholder and ↵ | Zach Hilman | |
installing content | |||
2019-09-21 | bis_factory: Fix mod loader edge-case with homebrew title IDs | Zach Hilman | |
Fixes a bug where homebrew that has a title ID with the update bit set can cause issues with the PatchManager | |||
2019-09-21 | bis_factory: Add accessors for BIS placeholder caches | Zach Hilman | |
2019-09-21 | bis_factory: Add accessor for NAND Image Directory | Zach Hilman | |
2019-09-21 | bis_factory: Add accessors for BIS content directories | Zach Hilman | |
2019-09-21 | bis_factory: Add accessors for BIS partitions | Zach Hilman | |
2019-09-21 | Merge pull request #2885 from Hexagon12/port-4944 | David | |
Port citra-emu/citra#4944: "Added Host CPU and OS to log" | |||
2019-09-21 | Added Host CPU and OS to log | pbarilla | |
2019-09-21 | Merge pull request #2806 from FearlessTobi/port-4882 | David | |
Port citra-emu/citra#4882: "Add frametime logging for tracking performance over time" | |||
2019-09-21 | Merge pull request #2872 from FernandoS27/mem-gpu-opt | David | |
Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory | |||
2019-09-21 | Merge pull request #2576 from DarkLordZach/nsp-fix-1 | David | |
nsp: Fix various errors with loading and processing of extracted NSPs | |||
2019-09-21 | Merge pull request #2866 from Morph1984/checkbox_fix | David | |
configure_input: Uncheck "Joycons Docked" when "Use Docked Mode" is checked | |||
2019-09-21 | Merge pull request #2868 from ReinUsesLisp/fix-mipmaps | David | |
maxwell_to_gl: Fix mipmap filtering | |||
2019-09-21 | Merge pull request #2879 from ogniK5377/trace-submitgpfifo | David | |
Mark KickOffPb & SubmitGPFIFO as trace | |||
2019-09-21 | Mark DrawArrays as LOG_TRACE | David Marcec | |
There's no reason to clog logs with DrawArray. | |||
2019-09-21 | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | |
These functions are not stubbed and are called fairly often. Due to the nature of how often they're called, we should keep them marked as LOG_TRACE instead of LOG_DEBUG or LOG_WARNING | |||
2019-09-20 | Merge pull request #2846 from ReinUsesLisp/fixup-viewport-index | bunnei | |
gl_shader_decompiler: Avoid writing output attribute when unimplemented | |||
2019-09-20 | Merge pull request #2855 from ReinUsesLisp/shfl | bunnei | |
shader_ir/warp: Implement SHFL for Nvidia devices | |||
2019-09-18 | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as ↵ | Fernando Sahmkow | |
RasterizerCachedMemory This commit avoids Invalidating and Flushing the GPU if the page is not marked as a RasterizerCache Page. | |||
2019-09-18 | Merge pull request #2784 from ReinUsesLisp/smem | bunnei | |
shader_ir: Implement shared memory | |||
2019-09-17 | shader_ir/warp: Implement SHFL | ReinUsesLisp | |
2019-09-17 | maxwell_to_gl: Fix mipmap filtering | ReinUsesLisp | |
OpenGL texture filters follow GL_<texture_filter>_MIPMAP_<mipmap_filter> but we were using them in the opposite way. | |||
2019-09-16 | When docked mode is checked, uncheck "joycons docked" | Morph | |
2019-09-15 | Merge pull request #2851 from ReinUsesLisp/srgb | Fernando Sahmkow | |
renderer_opengl: Fix sRGB blits | |||
2019-09-15 | Merge pull request #2824 from ReinUsesLisp/mme | Fernando Sahmkow | |
Revert "Revert #2466" and stub FirmwareCall 4 | |||
2019-09-14 | maxwell_3d: Update firmware 4 call stub commentary | Rodrigo Locatti | |