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
*
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