summaryrefslogtreecommitdiff
path: root/src/core/file_sys/patch_manager.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-19android: Add addon delete buttont895
2024-01-06service: set: Rename filesgerman77
2023-12-01file_sys: handle null romfsLiam
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam
2023-09-14core: improve debug workflowLiam
2023-08-21patch_manager: apply manual HTML patches when presentLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-07-21configure_system: Implement with for looplat9nq
2023-06-16patch_manager: remove unnecessary GetSize callsLiam
2023-06-07Merge pull request #10591 from keve1227/localized-game-iconsliamwhite
2023-06-03Fix typoKevin Sundqvist Norlén
2023-06-03Pick game icon based on the configured system languageKeve1227
2023-06-03vfs: add vfs_cached for romfs buildLiam
2022-08-21core/file_sys: fix alignment of BuildIdLiam
2022-08-19core/file_sys: fix BuildId paddingLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-07patch_manager: Apply layered exefs patches from 'atmosphere' SD directorytech-ticks
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19core: Reduce unused includesameerj
2022-02-15Dump patched exefs rather than baseKelebek1
2021-06-28patch_manager: Do not apply LayeredFS mods when dumpingMorph
2021-06-28core: Simplify SDMC mod loadinglat9nq
2021-06-28core: Support LayeredFS mod from SDMC directorylat9nq
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-04-14common: Move settings to common from core.bunnei
2020-12-08file_sys: Consolidate common Title ID operationsMorph
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-15cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionLioncash
2020-09-14patch_manager: Resolve implicit truncations in FormatTitleVersion()Lioncash
2020-09-14patch_manager: Make use of type aliasesLioncash
2020-09-14patch_manager: Make a few functions internally linkedLioncash
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-08-03patch_manager: Resolve -Wignored-qualifier warningsLioncash
2020-05-28Make copying directory string more conciselat9nq
2020-05-28Address requested changeslat9nq
2020-05-27*nix systems can read any-case patch directorieslat9nq
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-14file_sys: patch_manager: Return early when there are no layers to apply.bunnei
2019-11-28patch_manager: Adds check for disabled cheats to prevent them from being enab...Morph
2019-09-21dmnt_cheat_vm: Default initialize structure valuesZach Hilman
2019-09-21patch_manager: Update cheat parsing for new VMZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach 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-06-24patch_manager: Add getter for title versionZach Hilman