Split out rest of GX library
This commit is contained in:
parent
cbab9c2a31
commit
d72aee82d6
3 changed files with 94 additions and 21 deletions
14
configure.py
14
configure.py
|
|
@ -420,6 +420,20 @@ config.libs = [
|
|||
"gx",
|
||||
[
|
||||
Object(NonMatching, "dolphin/gx/GXInit.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXFifo.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXAttr.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXMisc.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXGeometry.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXFrameBuf.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXLight.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXTexture.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXBump.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXTev.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXPixel.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXStubs.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXDisplayList.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXTransform.c"),
|
||||
Object(NonMatching, "dolphin/gx/GXPerf.c"),
|
||||
],
|
||||
),
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue