#8866 closed patch
Allow extract_loom_tg16 to recognise turborip iso's
Reported by: | SF/sanguinehearts | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
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;
Ticket imported from: #1964031. Ticket imported from: patches/971.
Change History (2)
comment:1 by , 17 years ago
Status: | new → closed |
---|
comment:2 by , 6 years ago
Component: | → Tools |
---|
Note:
See TracTickets
for help on using tickets.