index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
ips_layer.cpp
Age
Commit message (
Expand
)
Author
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-25
ips_layer: Use rle_size instead of data_size in RLE patch application
Zach Hilman
2018-10-09
Merge pull request #1461 from lioncash/warn
bunnei
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-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
ips_layer: Add IPSwitchCompiler to process IPSwitch format
Zach Hilman
2018-10-01
file_sys: Implement function to apply IPS patches
Zach Hilman