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-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
Merge pull request #1415 from DarkLordZach/ips
bunnei
2018-10-03
Merge pull request #1436 from lioncash/view
bunnei
2018-10-03
Merge pull request #1435 from lioncash/xci
bunnei
2018-10-03
submission_package: Avoid dangling std::string_view within SetTicketKeys()
Lioncash
2018-10-03
submission_package: Correct location of null check within SetTicketKeys()
Lioncash
2018-10-03
submission_package: Use std::string's rfind() when looking for the extension ...
Lioncash
2018-10-03
submission_package: Ensure the 'extracted' member variable is always initialized
Lioncash
2018-10-03
submission_package: Move ExeFS and RomFS initialization to its own function
Lioncash
2018-10-03
submission_package: Move NCA reading code to its own function
Lioncash
2018-10-03
submission_package: Move ticket key setting to its own function
Lioncash
2018-10-03
submission_package: Invert conditionals within NSP's constructor to reduce ne...
Lioncash
2018-10-02
card_image: Ensure program_nca_status is always initialized
Lioncash
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-10-01
file_sys: Implement function to apply IPS patches
Zach Hilman
2018-09-30
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
romfs_factory: Read from all locations with StorageId None
Zach Hilman
2018-09-30
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-29
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-26
fsmitm_romfsbuild: std::move std::vector instances in Build()
Lioncash
2018-09-26
fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()
Lioncash
2018-09-25
patch_manager: Invert conditionals within ApplyLayeredFS()
Lioncash
2018-09-25
vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi...
Lioncash
2018-09-25
fsmitm_romfsbuild: Avoid type truncation warnings
Lioncash
2018-09-25
fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS...
Lioncash
2018-09-25
fsmitm_romfsbuild: Remove unnecessary loops in Build()
Lioncash
2018-09-25
fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()
Lioncash
2018-09-25
vfs/etc: Append std:: to size_t usages
Lioncash
2018-09-25
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-25
vfs_static: Remove template byte parameter from StaticVfsFile
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-21
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-21
romfs: Implement CreateRomFS
Zach Hilman
2018-09-21
file_sys: Port Atmosphere-NX fs_mitm implementation
Zach Hilman
2018-09-21
bis_factory: Add mod directory VFS getter
Zach Hilman
2018-09-21
patch_manager: Add LayeredFS mods support
Zach Hilman
2018-09-21
vfs_concat: Rewrite and fix ConcatenatedVfsFile
Zach Hilman
2018-09-21
vfs_layered: Add LayeredVfsDirectory
Zach Hilman
2018-09-21
vfs_vector: Add VectorVfsFile
Zach Hilman
2018-09-21
vfs_static: Add StaticVfsFile
Zach Hilman
2018-09-21
vfs: Add and rewite VfsRawCopy functions
Zach Hilman
2018-09-21
vfs: Add GetEntries method
Zach Hilman
2018-09-20
Merge pull request #1364 from lioncash/content
bunnei
[next]