Update stubdrm.cpp

Adding new detection for Metal Slug 3
This commit is contained in:
Detanup01 2024-09-15 16:46:21 +02:00 committed by GitHub
parent ca66c1bf62
commit febbf32fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,10 @@ typedef struct SnrDetails {
"F6 C? 02 89 ?? ?? ?? ?? ?? A3 ?? ?? ?? ?? 0F 85", "F6 C? 02 89 ?? ?? ?? ?? ?? A3 ?? ?? ?? ?? 0F 85",
"?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 90 E9 00 03 00 00", "?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 90 E9 00 03 00 00",
}, },
    {
        "F6 05 ?? ?? ?? ?? 02 89 ?? ?? 0F 85 ?? ?? ?? ?? 5? FF ?? 6?",
        "?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 90 E9 03 03",
    },
}, },
}, },