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

Put Goldeneye microcode to the list of special microcodes

and disable near-plane clipping for it.

.Non = true
This commit is contained in:
purplemarshmallow 2015-08-15 09:40:26 +02:00 committed by Sergey Lipskiy
parent c9c8b3a63e
commit 6e6fec1d94

View File

@ -40,6 +40,7 @@ SpecialMicrocodeInfo specialMicrocodes[] =
{ F3DSWSE, FALSE, 0x94c4c833, "RSP SW Version: 2.0D, 04-01-96" },
{ F3DEX, TRUE, 0x637b4b58, "RSP SW Version: 2.0D, 04-01-96" },
{ F3D, TRUE, 0x54c558ba, "RSP SW Version: 2.0D, 04-01-96" }, // Pilot Wings
{ F3D, TRUE, 0x302bca09, "RSP SW Version: 2.0G, 09-30-96" }, // GoldenEye
{ S2DEX, FALSE, 0x9df31081, "RSP Gfx ucode S2DEX 1.06 Yoshitaka Yasumoto Nintendo." },