aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/ips_layer.cpp
AgeCommit message (Expand)Author
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-25ips_layer: Use rle_size instead of data_size in RLE patch applicationZach Hilman
2018-10-09Merge pull request #1461 from lioncash/warnbunnei
2018-10-09ips_layer: Avoid constructing std::vector instances where not necessaryLioncash
2018-10-09ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayLioncash
2018-10-09ips_layer: Add missing includesLioncash
2018-10-09ips_layer: std::move data within PatchIPS() and Apply()Lioncash
2018-10-09ips_layer: Silence truncation and conversion warningsLioncash
2018-10-04ips_layer: Fix inaccuracies with comments and flagsZach Hilman
2018-10-04ips_layer: Deduplicate resource usageZach Hilman
2018-10-04ips_layer: Add support for escape sequences and midline commentsZach Hilman
2018-10-04ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman
2018-10-01file_sys: Implement function to apply IPS patchesZach Hilman