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
Age
Commit message (
Expand
)
Author
2018-10-28
file_sys/patch_manager: Remove unnecessary if-statements (#1586)
Frederic L
2018-10-26
Merge pull request #1430 from DarkLordZach/remove-promote-dir
bunnei
2018-10-25
ips_layer: Use rle_size instead of data_size in RLE patch application
Zach Hilman
2018-10-24
vfs: Handle failure of file reading within VfsRawCopy()
Lioncash
2018-10-23
Merge pull request #1515 from DarkLordZach/dlc-lfs
bunnei
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-18
Merge pull request #1511 from lioncash/content
bunnei
2018-10-18
Merge pull request #1510 from lioncash/xci
bunnei
2018-10-17
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
2018-10-17
Merge pull request #1509 from DarkLordZach/device-save-data
bunnei
2018-10-17
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
2018-10-17
patch_manager: Add support for using LayeredFS with Data
Zach Hilman
2018-10-16
content_archive: Simpify assignment of bktr_base_romfs in the constructor
Lioncash
2018-10-16
content_archive: Make IsValidNCA() an internally linked function
Lioncash
2018-10-16
content_archive: Simplify rights ID check
Lioncash
2018-10-16
content_archive: Split loading into separate functions
Lioncash
2018-10-16
content_archive: Pass and take NCASectionHeader instance by reference
Lioncash
2018-10-16
XCI: Add function for checking the existence of the program NCA
Lioncash
2018-10-16
Merge pull request #1443 from DarkLordZach/lower-loader-logs-1
bunnei
2018-10-16
savedata_factory: Add TemporaryStorage SaveDataSpaceId
Zach Hilman
2018-10-16
savedata_factory: Add support for DeviceSaveData
Zach Hilman
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-15
file_sys/control_metadata: Get rid of magic constants
Lioncash
2018-10-14
aoc: Read DLC base title ID from RegisteredCache
Zach Hilman
2018-10-12
patch_manager: Move non-Program RomFS patch log to Debug
Zach Hilman
2018-10-12
content_archive: Move get key log to Trace level
Zach Hilman
2018-10-12
Merge pull request #1409 from DarkLordZach/key-derivation
bunnei
2018-10-09
Merge pull request #1461 from lioncash/warn
bunnei
2018-10-09
Merge pull request #1464 from lioncash/unique
bunnei
2018-10-09
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-09
ips_layer: Avoid constructing std::vector instances where not necessary
Lioncash
2018-10-09
ips_layer: Remove unnecessary explicit std::pair constructor in std::array
Lioncash
2018-10-09
ips_layer: Add missing includes
Lioncash
2018-10-09
ips_layer: std::move data within PatchIPS() and Apply()
Lioncash
2018-10-09
ips_layer: Silence truncation and conversion warnings
Lioncash
2018-10-08
Merge pull request #1423 from DarkLordZach/romfs-file-exts
bunnei
2018-10-08
Merge pull request #1424 from DarkLordZach/ips-witch
bunnei
2018-10-07
vfs: Move forward declarations to separate file
Zach Hilman
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
patch_manager: Add support for NSP packed updates
Zach Hilman
2018-10-05
patch_manager: Add support for packed updates
Zach Hilman
2018-10-04
patch_manager: Avoid romfs_ext requirement for patching
Zach Hilman
2018-10-04
fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir
Zach Hilman
2018-10-04
fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS
Zach Hilman
2018-10-04
ips_layer: Fix inaccuracies with comments and flags
Zach Hilman
2018-10-04
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
ips_layer: Add support for escape sequences and midline comments
Zach Hilman
2018-10-04
patch_manager: Add support for IPSwitch format patches
Zach Hilman
2018-10-04
ips_layer: Add IPSwitchCompiler to process IPSwitch format
Zach Hilman
2018-10-04
Merge pull request #1415 from DarkLordZach/ips
bunnei
[next]