win32\neocdlist: Updated the recognition of Digger Man (Prototype)
This commit is contained in:
parent
3ad2e463fb
commit
fd42b487cb
|
@ -360,6 +360,11 @@ static void NeoCDList_iso9660_CheckDirRecord(void (*pfEntryCallBack)(INT32, TCHA
|
|||
nID |= 0x1000;
|
||||
}
|
||||
|
||||
// Digger Man (Prototype)
|
||||
if (nID == 0x0066 && nDate[0] == 125 && nDate[1] == 4 && nDate[2] == 10) {
|
||||
nID |= 0x1200; // Justin Gibbons Hacks (kotm)
|
||||
}
|
||||
|
||||
// Fatal Fury 3 Rev 1
|
||||
if (nID == 0x069c && nDate[0]==95 && nDate[1]==4 && nDate[2]==29) {
|
||||
nID |= 0x1000;
|
||||
|
|
Loading…
Reference in New Issue