win32\neocdlist: Updated the recognition of Digger Man (Prototype)

This commit is contained in:
taoenwen 2025-07-06 14:29:13 +08:00
parent 3ad2e463fb
commit fd42b487cb
1 changed files with 5 additions and 0 deletions

View File

@ -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;