index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
patch_manager.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-19
android: Add addon delete button
t895
2023-09-14
core: improve debug workflow
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-28
patch_manager: Do not apply LayeredFS mods when dumping
Morph
2020-11-18
patch_manager: Remove usages of the global system instance
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-09-03
file_sys/patch_manager: Add missing include
ReinUsesLisp
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
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
2019-09-21
patch_manager: Update cheat parsing for new VM
Zach Hilman
2019-06-25
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-24
patch_manager: Add getter for title version
Zach Hilman
2019-03-27
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-22
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-04
patch_manager: Add support for loading cheats lists
Zach Hilman
2018-12-03
patch_manager: Obey disabled add-ons list when patching game
Zach Hilman
2018-10-09
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-08
Merge pull request #1424 from DarkLordZach/ips-witch
bunnei
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
patch_manager: Add support for packed updates
Zach Hilman
2018-10-04
ips_layer: Add support for escape sequences and midline comments
Zach Hilman
2018-10-02
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-01
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-09-30
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-09-21
patch_manager: Add LayeredFS mods support
Zach Hilman
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-06
file_sys/patch_manager: Add missing includes
Lioncash
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2018-09-04
game_list: Fix version display on non-NAND titles
Zach Hilman
2018-09-04
bktr: Add logging on successful patch
Zach Hilman
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
file_sys: Add class to manage game patches
Zach Hilman