summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ips_layer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-13file_sys/ips_layer: Remove unnecessary reserve() callLioncash1-1/+0
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-1/+1
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-2/+2
2018-10-25ips_layer: Use rle_size instead of data_size in RLE patch applicationZach Hilman1-1/+1
2018-10-09ips_layer: Avoid constructing std::vector instances where not necessaryLioncash1-6/+25
2018-10-09ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayLioncash1-5/+13
2018-10-09ips_layer: Add missing includesLioncash1-1/+12
2018-10-09ips_layer: std::move data within PatchIPS() and Apply()Lioncash1-2/+5
2018-10-09ips_layer: Silence truncation and conversion warningsLioncash1-3/+3
2018-10-04ips_layer: Fix inaccuracies with comments and flagsZach Hilman1-15/+49
2018-10-04ips_layer: Deduplicate resource usageZach Hilman1-23/+25
2018-10-04ips_layer: Add support for escape sequences and midline commentsZach Hilman1-7/+38
2018-10-04ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman1-0/+142
2018-10-01file_sys: Implement function to apply IPS patchesZach Hilman1-0/+88