Initial commit with hacked up sm64 decomp source

This commit is contained in:
jaburns
2020-10-08 15:59:06 -06:00
parent 90437c5db3
commit 107a12030a
71 changed files with 33419 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
enum GFXAdapterCommands
{
GFXCMD_None = 0,
GFXCMD_VertexData,
GFXCMD_Triangle,
GFXCMD_Light,
GFXCMD_SubDisplayList,
GFXCMD_EndDisplayList,
};