diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/file_sys/nca_metadata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/nca_metadata.h b/src/core/file_sys/nca_metadata.h index 84d5cd1e0..53ea3709b 100644 --- a/src/core/file_sys/nca_metadata.h +++ b/src/core/file_sys/nca_metadata.h | |||
| @@ -37,7 +37,7 @@ enum class ContentRecordType : u8 { | |||
| 37 | Control = 3, | 37 | Control = 3, |
| 38 | Manual = 4, | 38 | Manual = 4, |
| 39 | Legal = 5, | 39 | Legal = 5, |
| 40 | Patch = 6, | 40 | DeltaFragment = 6, |
| 41 | }; | 41 | }; |
| 42 | 42 | ||
| 43 | struct ContentRecord { | 43 | struct ContentRecord { |