From 66ccd1eadc2235e089b085034e3d2eafcd44bf54 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 8 Aug 2011 04:48:28 +0000 Subject: [PATCH] --- BizHawk.Emulation/DiscSystem/CUE_format.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation/DiscSystem/CUE_format.cs b/BizHawk.Emulation/DiscSystem/CUE_format.cs index c14dfaab89..963ea8c640 100644 --- a/BizHawk.Emulation/DiscSystem/CUE_format.cs +++ b/BizHawk.Emulation/DiscSystem/CUE_format.cs @@ -461,6 +461,7 @@ namespace BizHawk.DiscSystem currFile.FileType = CueFileType.Binary; break; case "WAVE": + case "MP3": currFile.FileType = CueFileType.Wave; break; }