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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
patch_manager: Do not apply LayeredFS mods when dumping
Morph
2021-06-28
1
-1
/
+2
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-2
/
+11
*
patch_manager: Make use of type aliases
Lioncash
2020-09-15
1
-16
/
+20
*
patch_manager: Make a few functions internally linked
Lioncash
2020-09-15
1
-12
/
+0
*
file_sys/patch_manager: Add missing include
ReinUsesLisp
2020-09-03
1
-0
/
+1
*
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
1
-3
/
+2
*
Address requested changes
lat9nq
2020-05-28
1
-1
/
+1
*
*nix systems can read any-case patch directories
lat9nq
2020-05-28
1
-0
/
+5
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-2
/
+2
*
patch_manager: Update cheat parsing for new VM
Zach Hilman
2019-09-22
1
-3
/
+3
*
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-26
1
-0
/
+3
*
patch_manager: Add getter for title version
Zach Hilman
2019-06-25
1
-2
/
+4
*
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-28
1
-1
/
+1
*
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
1
-1
/
+6
*
patch_manager: Add support for loading cheats lists
Zach Hilman
2019-03-05
1
-0
/
+4
*
patch_manager: Obey disabled add-ons list when patching game
Zach Hilman
2018-12-03
1
-0
/
+5
*
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr
Lioncash
2018-10-09
1
-3
/
+2
*
Merge pull request #1424 from DarkLordZach/ips-witch
bunnei
2018-10-08
1
-0
/
+1
|
\
|
*
ips_layer: Add support for escape sequences and midline comments
Zach Hilman
2018-10-04
1
-0
/
+1
*
|
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
1
-1
/
+2
*
|
patch_manager: Add support for packed updates
Zach Hilman
2018-10-05
1
-1
/
+2
|
/
*
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
1
-1
/
+1
*
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
1
-0
/
+8
*
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-10-01
1
-10
/
+2
*
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-10-01
1
-0
/
+1
*
patch_manager: Add LayeredFS mods support
Zach Hilman
2018-09-22
1
-0
/
+2
*
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-20
1
-0
/
+1
*
file_sys/patch_manager: Add missing includes
Lioncash
2018-09-06
1
-0
/
+1
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-1
/
+0
*
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2018-09-04
1
-2
/
+11
*
game_list: Fix version display on non-NAND titles
Zach Hilman
2018-09-04
1
-1
/
+1
*
bktr: Add logging on successful patch
Zach Hilman
2018-09-04
1
-1
/
+6
*
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
1
-1
/
+8
*
file_sys: Add class to manage game patches
Zach Hilman
2018-09-04
1
-0
/
+42