diff --git a/nod/src/io/tgc.rs b/nod/src/io/tgc.rs index 2bd00d7..685b5f8 100644 --- a/nod/src/io/tgc.rs +++ b/nod/src/io/tgc.rs @@ -70,12 +70,6 @@ impl DiscIOTGC { if header.magic != TGC_MAGIC { return Err(Error::DiscFormat("Invalid TGC magic".to_string())); } - if header.version.get() != 0 { - return Err(Error::DiscFormat(format!( - "Unsupported TGC version {}", - header.version.get() - ))); - } // Read FST and adjust offsets inner