summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ips_layer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* ips_layer: Add missing includesLioncash2018-10-091-6/+5
| | | | | | Adds missing includes to prevent potential compilation issues in the future. Also moves the definition of a struct into the cpp file, so that some includes don't need to be introduced within the header.
* ips_layer: Fix inaccuracies with comments and flagsZach Hilman2018-10-041-0/+1
| | | Specifically bugs/crashes that arise when putting them in positions that are legal but not typical, such as midline, between patch data, or between patch records.
* ips_layer: Deduplicate resource usageZach Hilman2018-10-041-6/+8
|
* ips_layer: Add support for escape sequences and midline commentsZach Hilman2018-10-041-1/+2
| | | | More accurately follows IPSwitch specification.
* ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman2018-10-041-0/+26
|
* file_sys: Implement function to apply IPS patchesZach Hilman2018-10-011-0/+15