| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-28 | Merge pull request #3171 from lioncash/internal-link | bunnei | |
| filesys/romfs: Make ProcessFile and ProcessDirectory internally linked | |||
| 2019-11-28 | patch_manager: Adds check for disabled cheats to prevent them from being ↵ | Morph | |
| enabled (#3178) * Adds check for disabled cheats to prevent them from being added to the CheatList * Address feedback | |||
| 2019-11-27 | filesys/romfs: Remove unused includes | Lioncash | |
| These inclusions aren't used at all within the public interface, so they can be removed. | |||
| 2019-11-27 | filesys/romfs: Make ProcessFile and ProcessDirectory internally linked | Lioncash | |
| These functions aren't used outside of this file, so we can place them within an anonymous namespace. | |||
| 2019-11-27 | file_sys/directory: Make EntryType an enum class | Lioncash | |
| This can trivially be an enum class rather than a regular enum, making it more strongly typed. | |||
| 2019-11-15 | Merge pull request #3091 from lioncash/core-conversion | bunnei | |
| core: Make most implicit type conversion warnings errors on MSVC | |||
| 2019-11-14 | Merge pull request #3093 from lioncash/mbedtls | bunnei | |
| core: Migrate off deprecated mbedtls functions | |||
| 2019-11-13 | xts_archive: Remove redundant std::string constructor | Lioncash | |
| We can just call the .data() member of path instead of constructing a completely new string. | |||
| 2019-11-12 | core: Migrate off deprecated mbedtls functions | Lioncash | |
| These functions are marked for deprecation and it's recommended that the *_ret variants be used instead. | |||
| 2019-11-12 | loader; Resolve sign conversion/truncation errors | Lioncash | |
| 2019-11-12 | file_sys: Resolve sign conversion warnings | Lioncash | |
| Resolves a few trivial sign conversion/mismatch errors. | |||
| 2019-11-03 | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | |
| - Zero initialization here is useful for determinism. | |||
| 2019-10-22 | savedata_factory: Automatically create certain savedata | Zach Hilman | |
| After further hardware investigation, it appears that some games, perhaps those more lazily coded, will not call EnsureSaveData, meaning that they expect the normal (current) save to be automatically made. Additionally, some games do not create a cache or temporary save before use. In these 3 specific instances, the save is created automatically for the game if it doesn't exist. | |||
| 2019-10-14 | Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1 | bunnei | |
| pl_u: Move open source font archives and fix NAND error | |||
| 2019-10-14 | Merge pull request #2930 from DarkLordZach/gamecard-partitions | bunnei | |
| file_sys: Add code to access raw gamecard partitions and lazily load them | |||
| 2019-10-13 | card_image: Implement system update commands in XCI | Zach Hilman | |
| 2019-10-13 | pl_u: Fix mismatched rebase size error in font encryption | Zach Hilman | |
| 2019-10-13 | pl_u: Use kernel physical memory | Zach Hilman | |
| 2019-10-13 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | |
| 2019-10-13 | system_archive: Synthesize shared fonts system archives | Zach Hilman | |
| 2019-10-13 | externals: Move OSS font data to file_sys in core | Zach Hilman | |
| 2019-10-06 | core: Remove Core::CurrentProcess() | Lioncash | |
| This only encourages the use of the global system instance (which will be phased out long-term). Instead, we use the direct system function call directly to remove the appealing but discouraged short-hand. | |||
| 2019-10-06 | hle/service: Replace global system instance calls with instance-based ones | Lioncash | |
| Migrates the HLE service code off the use of directly accessing the global system instance where trivially able to do so. This removes all usages of Core::CurrentProcess from the service code, only 8 occurrences of this function exist elsewhere. There's still quite a bit of "System::GetInstance()" being used, however this was able to replace a few instances. | |||
| 2019-09-30 | bcat: Implement DeliveryCacheProgressImpl structure | Zach Hilman | |
| Huge thanks to lioncash for re-ing this for me. | |||
| 2019-09-30 | boxcat: Use Etag header names for file digest | Zach Hilman | |
| 2019-09-30 | filesystem: Add getter for BCAT temporary directory | Zach Hilman | |
| 2019-09-30 | vfs: Add function to extract ZIP file into virtual filesystem | Zach Hilman | |
| 2019-09-22 | card_image: Add accessors for raw partitions in XCI | Zach Hilman | |
| 2019-09-22 | card_image: Lazily load partitions in XCI | Zach Hilman | |
| 2019-09-22 | pfs: Provide accessors for file sizes and offsets | Zach Hilman | |
| 2019-09-22 | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | |
| This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a. | |||
| 2019-09-22 | Merge pull request #2535 from DarkLordZach/cheat-v2 | David | |
| cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash | |||
| 2019-09-22 | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1 | David | |
| system_archive: Move shared font data to system_archive and fix extended font data | |||
| 2019-09-21 | pl_u: Use kernel physical memory | Zach Hilman | |
| 2019-09-21 | dmnt_cheat_vm: Default initialize structure values | Zach Hilman | |
| 2019-09-21 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | |
| 2019-09-21 | patch_manager: Update cheat parsing for new VM | Zach Hilman | |
| 2019-09-21 | cheat_engine: Move to memory and strip VM | Zach Hilman | |
| This is to go with the Atmosphere VM port, now it just contains the callbacks needed for the interface between DmntCheatVm and yuzu, along with the cheat parsers. | |||
| 2019-09-21 | system_archive: Synthesize shared fonts system archives | Zach Hilman | |
| 2019-09-21 | externals: Move OSS font data to file_sys in core | Zach Hilman | |
| 2019-09-21 | configure_debug: Move reporting option to logging | Zach Hilman | |
| 2019-09-21 | filesystem: Add const qualification to various accessors | Zach Hilman | |
| 2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | 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 | 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 | 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 | |
