1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Add undetectable Fast3D ucodes to list of specialMicrocodes.

This commit is contained in:
Sergey Lipskiy 2014-11-04 11:35:19 +06:00
parent 758b873265
commit 3d75ca4b18

View File

@ -29,6 +29,11 @@ u32 last_good_ucode = (u32) -1;
SpecialMicrocodeInfo specialMicrocodes[] =
{
{ F3D, FALSE, 0xe62a706d, "Fast3D" },
{ F3D, FALSE, 0x7d372819, "Fast3D" },
{ F3D, FALSE, 0x2edee7be, "Fast3D" },
{ F3D, FALSE, 0xe01e14be, "Fast3D" },
{ F3DWRUS, FALSE, 0xd17906e2, "RSP SW Version: 2.0D, 04-01-96" },
{ F3DWRUS, FALSE, 0x94c4c833, "RSP SW Version: 2.0D, 04-01-96" },