index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
patch_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-25
1
-3
/
+3
*
android: Add addon delete button
t895
2024-01-20
1
-10
/
+33
*
service: set: Rename files
german77
2024-01-07
1
-1
/
+1
*
file_sys: handle null romfs
Liam
2023-12-02
1
-4
/
+0
*
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
Liam
2023-10-13
1
-4
/
+4
*
core: improve debug workflow
Liam
2023-09-14
1
-2
/
+2
*
patch_manager: apply manual HTML patches when present
Liam
2023-08-21
1
-1
/
+8
*
vfs: expand support for NCA reading
Liam
2023-08-15
1
-18
/
+21
*
configure_system: Implement with for loop
lat9nq
2023-07-21
1
-2
/
+2
*
patch_manager: remove unnecessary GetSize calls
Liam
2023-06-16
1
-5
/
+4
*
Merge pull request #10591 from keve1227/localized-game-icons
liamwhite
2023-06-07
1
-1
/
+32
|
\
|
*
Fix typo
Kevin Sundqvist Norlén
2023-06-03
1
-1
/
+1
|
*
Pick game icon based on the configured system language
Keve1227
2023-06-03
1
-1
/
+32
*
|
vfs: add vfs_cached for romfs build
Liam
2023-06-03
1
-2
/
+3
|
/
*
core/file_sys: fix alignment of BuildId
Liam
2022-08-21
1
-2
/
+2
*
core/file_sys: fix BuildId padding
Liam
2022-08-19
1
-8
/
+6
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
patch_manager: Apply layered exefs patches from 'atmosphere' SD directory
tech-ticks
2022-04-07
1
-25
/
+38
*
general: Fix clang/gcc build errors
ameerj
2022-03-20
1
-0
/
+4
*
core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
Dump patched exefs rather than base
Kelebek1
2022-02-15
1
-9
/
+9
*
patch_manager: Do not apply LayeredFS mods when dumping
Morph
2021-06-28
1
-2
/
+4
*
core: Simplify SDMC mod loading
lat9nq
2021-06-28
1
-19
/
+6
*
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-06-28
1
-2
/
+29
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-1
/
+0
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
file_sys: Consolidate common Title ID operations
Morph
2020-12-08
1
-2
/
+2
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-44
/
+37
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-1
/
+1
*
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
Lioncash
2020-09-15
1
-9
/
+5
*
patch_manager: Resolve implicit truncations in FormatTitleVersion()
Lioncash
2020-09-15
1
-3
/
+4
*
patch_manager: Make use of type aliases
Lioncash
2020-09-15
1
-53
/
+59
*
patch_manager: Make a few functions internally linked
Lioncash
2020-09-15
1
-3
/
+12
*
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
1
-2
/
+1
*
patch_manager: Resolve -Wignored-qualifier warnings
Lioncash
2020-08-03
1
-2
/
+2
*
Make copying directory string more concise
lat9nq
2020-05-28
1
-2
/
+1
*
Address requested changes
lat9nq
2020-05-28
1
-3
/
+3
*
*nix systems can read any-case patch directories
lat9nq
2020-05-28
1
-8
/
+27
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-4
/
+4
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-16
1
-1
/
+2
*
file_sys: patch_manager: Return early when there are no layers to apply.
bunnei
2020-04-14
1
-0
/
+6
*
patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178)
Morph
2019-11-28
1
-5
/
+11
*
dmnt_cheat_vm: Default initialize structure values
Zach Hilman
2019-09-22
1
-2
/
+1
*
patch_manager: Update cheat parsing for new VM
Zach Hilman
2019-09-22
1
-12
/
+17
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
1
-8
/
+16
*
patch_manager: Add short-circuit edge-case to GetPatchVersionNames
Zach Hilman
2019-09-21
1
-0
/
+2
*
patch_manager: Add error checking to load dir to prevent crashes
Zach Hilman
2019-09-21
1
-0
/
+15
*
patch_manager: Add getter for title version
Zach Hilman
2019-06-25
1
-0
/
+10
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-4
/
+4
*
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-28
1
-4
/
+5
*
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-27
1
-6
/
+7
*
Merge pull request #2280 from lioncash/nso
bunnei
2019-03-23
1
-14
/
+11
|
\
|
*
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2019-03-22
1
-14
/
+8
|
*
file_sys/patch_manager: Remove two magic values
Lioncash
2019-03-22
1
-2
/
+5
*
|
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
1
-7
/
+7
|
/
*
patch_manager: Display cheats in game list add-ons
Zach Hilman
2019-03-05
1
-0
/
+2
*
patch_manager: Add support for loading cheats lists
Zach Hilman
2019-03-05
1
-0
/
+52
*
patch_manager: Prevent use of a dangling pointer within PatchRomFS
Lioncash
2018-12-11
1
-4
/
+3
*
patch_manager: Obey disabled add-ons list when patching game
Zach Hilman
2018-12-03
1
-11
/
+45
*
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-02
1
-10
/
+9
*
patch_manager: Show LayeredExeFS patch in add-ons column
Zach Hilman
2018-11-21
1
-3
/
+14
*
patch_manager: Apply LayeredExeFS patches
Zach Hilman
2018-11-20
1
-0
/
+25
*
settings: Add option to dump ExeFS of games upon launch
Zach Hilman
2018-11-20
1
-0
/
+9
*
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-15
1
-0
/
+13
|
\
|
*
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
2018-10-29
1
-0
/
+13
*
|
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-5
/
+4
|
/
*
file_sys/patch_manager: Remove unnecessary if-statements (#1586)
Frederic L
2018-10-28
1
-7
/
+6
*
patch_manager: Add support for using LayeredFS with Data
Zach Hilman
2018-10-17
1
-2
/
+3
*
Merge pull request #1443 from DarkLordZach/lower-loader-logs-1
bunnei
2018-10-16
1
-2
/
+8
|
\
|
*
patch_manager: Move non-Program RomFS patch log to Debug
Zach Hilman
2018-10-13
1
-2
/
+8
*
|
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
2018-10-16
1
-1
/
+1
|
/
*
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr
Lioncash
2018-10-09
1
-8
/
+7
*
Merge pull request #1423 from DarkLordZach/romfs-file-exts
bunnei
2018-10-08
1
-1
/
+9
|
\
|
*
patch_manager: Avoid romfs_ext requirement for patching
Zach Hilman
2018-10-04
1
-4
/
+1
|
*
fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir
Zach Hilman
2018-10-04
1
-1
/
+12
*
|
Merge pull request #1424 from DarkLordZach/ips-witch
bunnei
2018-10-08
1
-23
/
+59
|
\
\
|
*
|
ips_layer: Fix inaccuracies with comments and flags
Zach Hilman
2018-10-04
1
-1
/
+1
|
*
|
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
1
-2
/
+4
|
*
|
patch_manager: Add support for IPSwitch format patches
Zach Hilman
2018-10-04
1
-22
/
+56
|
|
/
*
|
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
1
-3
/
+4
*
|
patch_manager: Add support for NSP packed updates
Zach Hilman
2018-10-05
1
-2
/
+2
*
|
patch_manager: Add support for packed updates
Zach Hilman
2018-10-05
1
-3
/
+12
|
/
*
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
1
-44
/
+37
*
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
1
-0
/
+94
*
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-10-01
1
-19
/
+31
*
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-10-01
1
-1
/
+2
*
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-10-01
1
-2
/
+3
*
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-10-01
1
-0
/
+26
*
patch_manager: Invert conditionals within ApplyLayeredFS()
Lioncash
2018-09-26
1
-27
/
+30
*
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-26
1
-3
/
+2
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-24
1
-31
/
+35
*
patch_manager: Add LayeredFS mods support
Zach Hilman
2018-09-22
1
-1
/
+42
*
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-20
1
-0
/
+2
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-2
/
+2
*
file_sys/patch_manager: Add missing includes
Lioncash
2018-09-06
1
-0
/
+4
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-0
/
+3
*
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2018-09-04
1
-20
/
+55
*
game_list: Fix version display on non-NAND titles
Zach Hilman
2018-09-04
1
-6
/
+22
*
bktr: Add logging on successful patch
Zach Hilman
2018-09-04
1
-5
/
+17
*
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
1
-19
/
+16
*
file_sys: Add class to manage game patches
Zach Hilman
2018-09-04
1
-0
/
+90