[ scummvm-Patches-1964031 ] Allow extract_loom_tg16 to recognise turborip iso's

SourceForge.net noreply at sourceforge.net
Wed May 14 21:07:04 CEST 2008


Patches item #1964031, was opened at 2008-05-14 19:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1964031&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: sanguinehearts (sanguinehearts)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow extract_loom_tg16 to recognise turborip iso's

Initial Comment:
I cant get diff to run on my system here, I hope nobody objects to me submitting the code lines here:

Its tested and supports both USA and JPN ISOS ripped with turborip. Just put it in the switch statement dealing with the CRC's for the ISO's
Thanks
Rob

The code follows:

case 0xE70FA498:
		ISO = ISO_USA;
		notice("ISO contents verified as Loom USA (track 2)");
		break;
case 0xCA757D06:
		ISO = ISO_JPN;
		notice("ISO contents verified as Loom Japan (track 2)");
		break;



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1964031&group_id=37116




More information about the Scummvm-tracker mailing list