mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 07:22:55 -04:00
Link J3DSys
This commit is contained in:
+1
-1
@@ -848,7 +848,7 @@ config.libs = [
|
||||
"J3DGraphBase",
|
||||
[
|
||||
Object(NonMatching, "JSystem/J3DGraphBase/J3DGD.cpp"),
|
||||
Object(NonMatching, "JSystem/J3DGraphBase/J3DSys.cpp"),
|
||||
Object(Matching, "JSystem/J3DGraphBase/J3DSys.cpp"),
|
||||
Object(Matching, "JSystem/J3DGraphBase/J3DVertex.cpp"),
|
||||
Object(NonMatching, "JSystem/J3DGraphBase/J3DTransform.cpp"),
|
||||
Object(NonMatching, "JSystem/J3DGraphBase/J3DPacket.cpp"),
|
||||
|
||||
@@ -123,7 +123,7 @@ void J3DFifoLoadNrmMtxImm3x3(Mtx33 mtx, unsigned long idx) {
|
||||
GFX_FIFO(u32) = mtx_u32[8];
|
||||
}
|
||||
|
||||
u8 NullTexData[16] = {
|
||||
u8 NullTexData[16] __attribute__((aligned(32))) = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
|
||||
@@ -51,7 +51,8 @@ void HeapCheck::CheckHeap1() {
|
||||
}
|
||||
|
||||
// unused data?
|
||||
static u32 lit_2100[] = {0x3F800000, 0x3F800000, 0x3F800000, 0x3F800000, 0x3F800000, 0x3F800000};
|
||||
static u32 lit_2100[] = {0x3F800000, 0x3F800000, 0x3F800000};
|
||||
static u32 lit_2080[] = {0x3F800000, 0x3F800000, 0x3F800000};
|
||||
|
||||
char mDoMain::COPYDATE_STRING[18] = "??/??/?? ??:??:??";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user