aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/patch_manager.cpp
AgeCommit message (Expand)Author
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
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-03-27patch_manager: Dump NSO name with build IDZach Hilman
2019-03-26core: Port current uses of RegisteredCache to ContentProviderZach Hilman
2019-03-23Merge pull request #2280 from lioncash/nsobunnei
2019-03-22file_sys/cheat_engine: Remove use of global system accessorsLioncash
2019-03-22file_sys/patch_manager: Deduplicate NSO headerLioncash
2019-03-22file_sys/patch_manager: Remove two magic valuesLioncash
2019-03-04patch_manager: Display cheats in game list add-onsZach Hilman
2019-03-04patch_manager: Add support for loading cheats listsZach Hilman
2018-12-11patch_manager: Prevent use of a dangling pointer within PatchRomFSLioncash
2018-12-03patch_manager: Obey disabled add-ons list when patching gameZach Hilman
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-11-20patch_manager: Show LayeredExeFS patch in add-ons columnZach Hilman
2018-11-20patch_manager: Apply LayeredExeFS patchesZach Hilman
2018-11-20settings: Add option to dump ExeFS of games upon launchZach Hilman
2018-11-15Merge pull request #1618 from DarkLordZach/dump-nsobunnei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-29patch_manager: Add support for dumping decompressed NSOsZach Hilman