| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #2612 from DarkLordZach/prepo-new | 2019-09-22 | 5 | -30/+99 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | prepo: Implement New, System, and Non-User variants of SaveReport | |||||
| | * | | | | prepo: Remove system global accessors | 2019-09-21 | 3 | -15/+18 | ||
| | | | | | | ||||||
| | * | | | | prepo: Implement SaveReport New and System variants | 2019-09-21 | 1 | -15/+71 | ||
| | | | | | | ||||||
| | * | | | | reporter: Differentiate between Old, New, and System play reports | 2019-09-21 | 2 | -5/+15 | ||
| | |/ / / | ||||||
| * | | | | configure_debug: Move reporting option to logging | 2019-09-21 | 9 | -18/+19 | ||
| | | | | | ||||||
| * | | | | filesystem: Add const qualification to various accessors | 2019-09-21 | 9 | -80/+91 | ||
| | | | | | ||||||
| * | | | | core: Store FileSystemController in core | 2019-09-21 | 2 | -0/+32 | ||
| | | | | | ||||||
| * | | | | settings: Add options for managing gamecard emulation | 2019-09-21 | 1 | -2/+3 | ||
| | | | | | ||||||
| * | | | | settings: Add options for setting storage sizes | 2019-09-21 | 1 | -0/+29 | ||
| | | | | | ||||||
| * | | | | yuzu: Port old usages of Filesystem namespace to FilesystemController | 2019-09-21 | 12 | -31/+78 | ||
| | | | | | ||||||
| * | | | | settings: Update LogSettings to show NAND/SDMC paths from FileUtil | 2019-09-21 | 1 | -2/+3 | ||
| | | | | | ||||||
| * | | | | card_image: Add accessors for gamecard certificate | 2019-09-21 | 2 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | Used by fsp-srv/IDeviceOperator | |||||
| * | | | | card_image: Add functions to query gamecard update partition | 2019-09-21 | 2 | -0/+24 | ||
| | | | | | | | | | | | | | | | | | Includes version and meta title ID, used by fsp-srv/IDeviceOperator | |||||
| * | | | | content_archive: Add accessors for Rights ID and SDK Version | 2019-09-21 | 2 | -0/+10 | ||
| | | | | | ||||||
| * | | | | partition_data_manager: Add accessor for decrypted PRODINFO partition | 2019-09-21 | 2 | -0/+5 | ||
| | | | | | ||||||
| * | | | | services: Pass FileSystemController as reference to services that need it | 2019-09-21 | 11 | -20/+47 | ||
| | | | | | ||||||
| * | | | | am: Unstub IApplicationFunctions EnsureSaveData (20) | 2019-09-21 | 1 | -8/+14 | ||
| | | | | | | | | | | | | | Creates a default save data for the application given a user ID. | |||||
| * | | | | filesystem: Pass Size Getter functions to IFileSystem for sizes | 2019-09-21 | 3 | -20/+31 | ||
| | | | | | ||||||
| * | | | | sdmc_factory: Add SD Card size getters | 2019-09-21 | 2 | -0/+12 | ||
| | | | | | ||||||
| * | | | | bis_factory: Add getters for NAND partition sizes | 2019-09-21 | 2 | -0/+38 | ||
| | | | | | ||||||
| * | | | | filesystem: Add FileSystemController to deglobalize FS services | 2019-09-21 | 2 | -58/+359 | ||
| | | | | | ||||||
| * | | | | submisson_package: Fix edge case with improperly sized filenames | 2019-09-21 | 1 | -1/+2 | ||
| | | | | | | | | | | | | | Prevents a crash if the filename is less than 9 characters long. | |||||
| * | | | | sdmc_factory: Add accessor for SDMC Album directory | 2019-09-21 | 2 | -0/+6 | ||
| | | | | | ||||||
| * | | | | sdmc_factory: Add accessor for SDMC PlaceholderCache | 2019-09-21 | 2 | -1/+10 | ||
| | | | | | ||||||
| * | | | | sdmc_factory: Add accessor for content directory | 2019-09-21 | 2 | -0/+7 | ||
| | | | | | ||||||
| * | | | | savedata_factory: Implement savedata creation and don't create dir on open | 2019-09-21 | 2 | -26/+40 | ||
| | | | | | | | | | | | | | Matches hardware behavior and eliminates some nasty behavior we were doing that wasn't hw-accurate at all. | |||||
| * | | | | patch_manager: Add short-circuit edge-case to GetPatchVersionNames | 2019-09-21 | 1 | -0/+2 | ||
| | | | | | | | | | | | | | If title ID is 0, there are no add ons, prevents wasting time looking for them. | |||||
| * | | | | patch_manager: Add error checking to load dir to prevent crashes | 2019-09-21 | 1 | -0/+15 | ||
| | | | | | | | | | | | | | Prevents a crash if the load dir would be nullptr, instead logs an error and returns appropriately. | |||||
| * | | | | registered_cache: Process *.cnmt.nca files | 2019-09-21 | 1 | -16/+23 | ||
| | | | | | | | | | | | | | Needed to use the RegisteredCache/PlaceholderCache on gamecards. | |||||
| * | | | | registered_cache: Implement PlaceholderCache to manage placeholder and ↵ | 2019-09-21 | 2 | -0/+175 | ||
| | | | | | | | | | | | | | | | | | installing content | |||||
| * | | | | bis_factory: Fix mod loader edge-case with homebrew title IDs | 2019-09-21 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | Fixes a bug where homebrew that has a title ID with the update bit set can cause issues with the PatchManager | |||||
| * | | | | bis_factory: Add accessors for BIS placeholder caches | 2019-09-21 | 2 | -1/+20 | ||
| | | | | | ||||||
| * | | | | bis_factory: Add accessor for NAND Image Directory | 2019-09-21 | 2 | -0/+6 | ||
| | | | | | ||||||
| * | | | | bis_factory: Add accessors for BIS content directories | 2019-09-21 | 2 | -0/+11 | ||
| | | | | | ||||||
| * | | | | bis_factory: Add accessors for BIS partitions | 2019-09-21 | 2 | -0/+61 | ||
| |/ / / | ||||||
| * | | | Merge pull request #2806 from FearlessTobi/port-4882 | 2019-09-21 | 4 | -10/+84 | ||
| |\ \ \ | | | | | | | | | Port citra-emu/citra#4882: "Add frametime logging for tracking performance over time" | |||||
| | * | | | Address review comments | 2019-09-10 | 2 | -6/+9 | ||
| | | | | | ||||||
| | * | | | Add frametime logging for tracking performance over time | 2019-09-10 | 4 | -10/+81 | ||
| | | | | | | | | | | | | | | | | | Co-Authored-By: jroweboy <jroweboy@gmail.com> | |||||
| * | | | | Merge pull request #2872 from FernandoS27/mem-gpu-opt | 2019-09-21 | 1 | -2/+7 | ||
| |\ \ \ \ | | | | | | | | | | | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory | |||||
| | * | | | | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as ↵ | 2019-09-18 | 1 | -2/+7 | ||
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | RasterizerCachedMemory This commit avoids Invalidating and Flushing the GPU if the page is not marked as a RasterizerCache Page. | |||||
| * | | | | Merge pull request #2576 from DarkLordZach/nsp-fix-1 | 2019-09-21 | 2 | -14/+39 | ||
| |\ \ \ \ | | | | | | | | | | | nsp: Fix various errors with loading and processing of extracted NSPs | |||||
| | * | | | | nsp: Correct status codes for extracted NSPs | 2019-06-10 | 2 | -13/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | Avoids all extracted NSPs being marked as error file type because they don't have program NCAs. | |||||
| | * | | | | nsp: Use title ID from NPDM metadata for extracted type NSPs | 2019-06-10 | 2 | -1/+22 | ||
| | | |_|/ | |/| | | | | | | | | | | Avoids 0 being used as title ID for all extracted NSPs. | |||||
| * | | | | Mark KickOffPb & SubmitGPFIFO as trace | 2019-09-21 | 1 | -4/+4 | ||
| | |/ / |/| | | | | | | | | 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 | |||||
| * | | | Merge pull request #2667 from DarkLordZach/profile-editor | 2019-09-14 | 5 | -10/+130 | ||
| |\ \ \ | |_|/ |/| | | acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands | |||||
| | * | | acc_su: Implement GetProfileEditor (205) | 2019-07-03 | 3 | -1/+13 | ||
| | | | | | | | | | | Takes a UUID of a user and provides and interface that allows RW access to user data/settings. | |||||
| | * | | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | 2019-07-03 | 1 | -1/+73 | ||
| | | | | | | | | | | Verified with IDA | |||||
| | * | | profile_manager: Add setter for ProfileBase and ProfileData | 2019-07-03 | 2 | -0/+13 | ||
| | | | | | | | | | | Needed by IProfileEditor 'Store' and 'StoreWithImage' | |||||
| | * | | acc: Add IProfileCommon for IProfile and IProfileEditor | 2019-07-03 | 1 | -8/+31 | ||
| | | | | | | | | | | Since 2/3 of the commands are shared, this is likely how its done on HW. | |||||
| * | | | Merge pull request #2847 from VelocityRa/nro-nacp-fix | 2019-09-09 | 2 | -0/+10 | ||
| |\ \ \ | | | | | | | | | nro/ui: Show "Developer" field in Properties | |||||