Skip to content

Commit

Permalink
Update DisplayListFactory.cpp (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored Aug 17, 2024
1 parent 5d49976 commit 0b7901a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/factories/DisplayListFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ ExportResult DListBinaryExporter::Export(std::ostream &write, std::shared_ptr<IP

SPDLOG_INFO("Found vtx: 0x{:X} Hash: 0x{:X} Path: {}", ptr, hash, std::get<0>(dec.value()));

// TODO: Find a better way to do this because its going to break on other games
Gfx value = gsSPVertexOTR(didx, nvtx, 0);
Gfx value = gsSPVertexOTR(0, nvtx, didx);

SPDLOG_INFO("gsSPVertex({}, {}, 0x{:X})", nvtx, didx, ptr);

Expand Down

0 comments on commit 0b7901a

Please sign in to comment.