summaryrefslogtreecommitdiff
path: root/src/core/file_sys/patch_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-3/+3
* android: Add addon delete buttonGravatar t8952024-01-191-10/+33
* service: set: Rename filesGravatar german772024-01-061-1/+1
* file_sys: handle null romfsGravatar Liam2023-12-011-4/+0
* fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersGravatar Liam2023-10-131-4/+4
* core: improve debug workflowGravatar Liam2023-09-141-2/+2
* patch_manager: apply manual HTML patches when presentGravatar Liam2023-08-211-1/+8
* vfs: expand support for NCA readingGravatar Liam2023-08-151-18/+21
* configure_system: Implement with for loopGravatar lat9nq2023-07-211-2/+2
* patch_manager: remove unnecessary GetSize callsGravatar Liam2023-06-161-5/+4
* Merge pull request #10591 from keve1227/localized-game-iconsGravatar liamwhite2023-06-071-1/+32
|\
| * Fix typoGravatar Kevin Sundqvist Norlén2023-06-031-1/+1
| * Pick game icon based on the configured system languageGravatar Keve12272023-06-031-1/+32
* | vfs: add vfs_cached for romfs buildGravatar Liam2023-06-031-2/+3
|/
* core/file_sys: fix alignment of BuildIdGravatar Liam2022-08-211-2/+2
* core/file_sys: fix BuildId paddingGravatar Liam2022-08-191-8/+6
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* patch_manager: Apply layered exefs patches from 'atmosphere' SD directoryGravatar tech-ticks2022-04-071-25/+38
* general: Fix clang/gcc build errorsGravatar ameerj2022-03-201-0/+4
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* Dump patched exefs rather than baseGravatar Kelebek12022-02-151-9/+9
* patch_manager: Do not apply LayeredFS mods when dumpingGravatar Morph2021-06-281-2/+4
* core: Simplify SDMC mod loadingGravatar lat9nq2021-06-281-19/+6
* core: Support LayeredFS mod from SDMC directoryGravatar lat9nq2021-06-281-2/+29
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-1/+0
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* file_sys: Consolidate common Title ID operationsGravatar Morph2020-12-081-2/+2
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-181-44/+37
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-1/+1
* cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionGravatar Lioncash2020-09-151-9/+5
* patch_manager: Resolve implicit truncations in FormatTitleVersion()Gravatar Lioncash2020-09-141-3/+4
* patch_manager: Make use of type aliasesGravatar Lioncash2020-09-141-53/+59
* patch_manager: Make a few functions internally linkedGravatar Lioncash2020-09-141-3/+12
* file_sys: Replace inclusions with forward declarations where applicableGravatar Lioncash2020-08-231-2/+1
* patch_manager: Resolve -Wignored-qualifier warningsGravatar Lioncash2020-08-031-2/+2
* Make copying directory string more conciseGravatar lat9nq2020-05-281-2/+1
* Address requested changesGravatar lat9nq2020-05-281-3/+3
* *nix systems can read any-case patch directoriesGravatar lat9nq2020-05-271-8/+27
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-4/+4
* CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-1/+2
* file_sys: patch_manager: Return early when there are no layers to apply.Gravatar bunnei2020-04-141-0/+6
* patch_manager: Adds check for disabled cheats to prevent them from being enab...Gravatar Morph2019-11-281-5/+11
* dmnt_cheat_vm: Default initialize structure valuesGravatar Zach Hilman2019-09-211-2/+1
* patch_manager: Update cheat parsing for new VMGravatar Zach Hilman2019-09-211-12/+17
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-211-8/+16
* patch_manager: Add short-circuit edge-case to GetPatchVersionNamesGravatar Zach Hilman2019-09-211-0/+2
* patch_manager: Add error checking to load dir to prevent crashesGravatar Zach Hilman2019-09-211-0/+15
* patch_manager: Add getter for title versionGravatar Zach Hilman2019-06-241-0/+10
* common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash2019-06-121-4/+4
* patch_manager: Dump NSO name with build IDGravatar Zach Hilman2019-03-271-4/+5