summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ips_layer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ips_layer: Avoid constructing std::vector instances where not necessaryLioncash2018-10-091-6/+25
* ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayLioncash2018-10-091-5/+13
* ips_layer: Add missing includesLioncash2018-10-091-1/+12
* ips_layer: std::move data within PatchIPS() and Apply()Lioncash2018-10-091-2/+5
* ips_layer: Fix inaccuracies with comments and flagsZach Hilman2018-10-041-15/+49
* ips_layer: Deduplicate resource usageZach Hilman2018-10-041-23/+25
* ips_layer: Add support for escape sequences and midline commentsZach Hilman2018-10-041-7/+38
* ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman2018-10-041-0/+142
* file_sys: Implement function to apply IPS patchesZach Hilman2018-10-011-0/+88