mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added missing structures and corrected both-endian fields for ISO9660.
This commit is contained in:
@@ -38,6 +38,9 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
// This is coded following ECMA-119.
|
||||
// TODO: Differentiate ISO Level 1, 2, 3 and ISO 9660:1999
|
||||
// TODO: Apple extensiones, requires XA or advance RR interpretation.
|
||||
// TODO: Check ECMA-167
|
||||
// TODO: Check ECMA-168
|
||||
// TODO: HighSierra
|
||||
public partial class ISO9660 : Filesystem
|
||||
{
|
||||
public ISO9660()
|
||||
|
||||
Reference in New Issue
Block a user