mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
file_sys: Rename ContentRecordType::Patch to DeltaFragment
Avoids potential confusion, since patches and DeltaFragments are not the same thing. Actual full patches are listed under the Program type.
This commit is contained in:
parent
d992909636
commit
306a24aad7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ enum class ContentRecordType : u8 {
|
|||
Control = 3,
|
||||
Manual = 4,
|
||||
Legal = 5,
|
||||
Patch = 6,
|
||||
DeltaFragment = 6,
|
||||
};
|
||||
|
||||
struct ContentRecord {
|
||||
|
|
Loading…
Reference in a new issue