[File] [PATCH] Detect the RVZ GameCube/Wii format
Mike Swanson
mikeonthecomputer at gmail.com
Tue Jul 7 11:32:45 UTC 2020
This is based on the WIA format, and made by the Dolphin emulator
project. The special thing about it is that it supports lossless
conversion back to the original ISO.
---
magic/Magdir/console | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/magic/Magdir/console b/magic/Magdir/console
index baa06967..db49e98b 100644
--- a/magic/Magdir/console
+++ b/magic/Magdir/console
@@ -882,6 +882,16 @@
>0x48 belong x disc image (WIA format):
>>0x58 use nintendo-gcn-disc-common
+# Type: Nintendo GameCube/Wii disc image (RVZ format)
+0 string RVZ\001 Nintendo
+>0x48 belong 1 GameCube
+!:mime application/x-gamecube-rom
+>0x48 belong 2 Wii
+!:mime application/x-wii-rom
+>0x48 default x GameCube/Wii
+>0x48 belong x disc image (RVZ format):
+>>0x58 use nintendo-gcn-disc-common
+
# Type: Nintendo GameCube/Wii disc image (with SDK header)
# From: David Korth <gerbilsoft at gerbilsoft.com>
# Reference: https://wiibrew.org/wiki/Wii_Disc
--
2.27.0
More information about the File
mailing list