index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
patch_manager.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-07
patch_manager: Apply layered exefs patches from 'atmosphere' SD directory
tech-ticks
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
core: Reduce unused includes
ameerj
2022-02-15
Dump patched exefs rather than base
Kelebek1
2021-06-28
patch_manager: Do not apply LayeredFS mods when dumping
Morph
2021-06-28
core: Simplify SDMC mod loading
lat9nq
2021-06-28
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2020-12-08
file_sys: Consolidate common Title ID operations
Morph
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-09-15
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
Lioncash
2020-09-14
patch_manager: Resolve implicit truncations in FormatTitleVersion()
Lioncash
2020-09-14
patch_manager: Make use of type aliases
Lioncash
2020-09-14
patch_manager: Make a few functions internally linked
Lioncash
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-03
patch_manager: Resolve -Wignored-qualifier warnings
Lioncash
2020-05-28
Make copying directory string more concise
lat9nq
2020-05-28
Address requested changes
lat9nq
2020-05-27
*nix systems can read any-case patch directories
lat9nq
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-14
file_sys: patch_manager: Return early when there are no layers to apply.
bunnei
2019-11-28
patch_manager: Adds check for disabled cheats to prevent them from being enab...
Morph
2019-09-21
dmnt_cheat_vm: Default initialize structure values
Zach Hilman
2019-09-21
patch_manager: Update cheat parsing for new VM
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
patch_manager: Add short-circuit edge-case to GetPatchVersionNames
Zach Hilman
2019-09-21
patch_manager: Add error checking to load dir to prevent crashes
Zach Hilman
2019-06-24
patch_manager: Add getter for title version
Zach Hilman
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-03-27
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-26
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-23
Merge pull request #2280 from lioncash/nso
bunnei
2019-03-22
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2019-03-22
file_sys/patch_manager: Remove two magic values
Lioncash
2019-03-04
patch_manager: Display cheats in game list add-ons
Zach Hilman
2019-03-04
patch_manager: Add support for loading cheats lists
Zach Hilman
2018-12-11
patch_manager: Prevent use of a dangling pointer within PatchRomFS
Lioncash
2018-12-03
patch_manager: Obey disabled add-ons list when patching game
Zach Hilman
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-11-20
patch_manager: Show LayeredExeFS patch in add-ons column
Zach Hilman
2018-11-20
patch_manager: Apply LayeredExeFS patches
Zach Hilman
2018-11-20
settings: Add option to dump ExeFS of games upon launch
Zach Hilman
2018-11-15
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-29
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
[next]