summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ips_layer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2018-10-09ips_layer: Add missing includesLioncash1-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.
2018-10-04ips_layer: Fix inaccuracies with comments and flagsZach Hilman1-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.
2018-10-04ips_layer: Deduplicate resource usageZach Hilman1-6/+8
2018-10-04ips_layer: Add support for escape sequences and midline commentsZach Hilman1-1/+2
More accurately follows IPSwitch specification.
2018-10-04ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman1-0/+26
2018-10-01file_sys: Implement function to apply IPS patchesZach Hilman1-0/+15