Add GXLight

Former-commit-id: 6ce3c59dfc
This commit is contained in:
2022-12-24 17:07:56 -08:00
parent 0c37932be2
commit 6cc5c361ce
7 changed files with 409 additions and 5 deletions

View File

@@ -764,7 +764,7 @@ LIBS = [
{
"lib": "gx",
"mwcc_version": "1.2.5",
"cflags": "$cflags_base",
"cflags": "$cflags_base -fp_contract off",
"host": False,
"objects": [
"Dolphin/gx/GXInit",
@@ -773,7 +773,7 @@ LIBS = [
"Dolphin/gx/GXMisc",
"Dolphin/gx/GXGeometry",
"Dolphin/gx/GXFrameBuf",
"Dolphin/gx/GXLight",
["Dolphin/gx/GXLight", False],
"Dolphin/gx/GXTexture",
"Dolphin/gx/GXBump",
"Dolphin/gx/GXTev",