Add gsSPLoadGeometryMode to DynOS
Some checks are pending
Build coop / build-ubuntu (push) Waiting to run
Build coop / build-windows (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run

This commit is contained in:
Agent X 2025-05-03 18:09:42 -04:00
parent bf8d6e4a1b
commit 8ef8712237

View file

@ -41,4 +41,5 @@ define_gfx_symbol(gsSPCopyLightEXT, 2, false); \
define_gfx_symbol(gsSPCopyLightsPlayerPart, 1, false); \
define_gfx_symbol(gsSPFogFactor, 2, false); \
define_gfx_symbol(gsMoveWd, 3, false); \
define_gfx_symbol(gsSPLoadGeometryMode, 1, false); \
define_gfx_symbol(gsSPVertexNonGlobal, 3, true);