Link J3DSys

This commit is contained in:
Luke Street
2023-09-23 07:27:10 -04:00
parent d330552361
commit 53555ffbcf
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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"),
+1 -1
View File
@@ -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,
};
+2 -1
View File
@@ -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] = "??/??/?? ??:??:??";