Update DisplayListFactory.cpp (#153)

This commit is contained in:
MegaMech
2024-10-13 17:06:58 -06:00
committed by GitHub
parent 6ccdeaa226
commit 03809a6e8c
+4
View File
@@ -341,6 +341,10 @@ ExportResult DListBinaryExporter::Export(std::ostream &write, std::shared_ptr<IP
index = C0(16, 8);
offset = 0;
break;
case GBIVersion::f3dex:
index = (w0 >> 16) & 0xFF;
offset = C0(8, 8) * 8;
break;
default:
index = C0(0, 8);
offset = C0(8, 8) * 8;