Skip to content

Commit

Permalink
Update DisplayListFactory.cpp (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored Oct 13, 2024
1 parent 6ccdeaa commit 03809a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/factories/DisplayListFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 03809a6

Please sign in to comment.