Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1461 from lioncash/warn | bunnei | 2018-10-10 | 1 | -3/+3 |
|\ | |||||
| * | ips_layer: Silence truncation and conversion warnings | Lioncash | 2018-10-09 | 1 | -3/+3 |
* | | ips_layer: Avoid constructing std::vector instances where not necessary | Lioncash | 2018-10-09 | 1 | -6/+25 |
* | | ips_layer: Remove unnecessary explicit std::pair constructor in std::array | Lioncash | 2018-10-09 | 1 | -5/+13 |
* | | ips_layer: Add missing includes | Lioncash | 2018-10-09 | 1 | -1/+12 |
* | | ips_layer: std::move data within PatchIPS() and Apply() | Lioncash | 2018-10-09 | 1 | -2/+5 |
|/ | |||||
* | ips_layer: Fix inaccuracies with comments and flags | Zach Hilman | 2018-10-04 | 1 | -15/+49 |
* | ips_layer: Deduplicate resource usage | Zach Hilman | 2018-10-04 | 1 | -23/+25 |
* | ips_layer: Add support for escape sequences and midline comments | Zach Hilman | 2018-10-04 | 1 | -7/+38 |
* | ips_layer: Add IPSwitchCompiler to process IPSwitch format | Zach Hilman | 2018-10-04 | 1 | -0/+142 |
* | file_sys: Implement function to apply IPS patches | Zach Hilman | 2018-10-01 | 1 | -0/+88 |