diff options
| -rw-r--r-- | src/factories/DisplayListFactory.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/factories/DisplayListFactory.cpp b/src/factories/DisplayListFactory.cpp index faf6a67..4d7b8a0 100644 --- a/src/factories/DisplayListFactory.cpp +++ b/src/factories/DisplayListFactory.cpp @@ -349,11 +349,7 @@ ExportResult DListBinaryExporter::Export(std::ostream &write, std::shared_ptr<IP auto branch = (w0 >> 16) & G_DL_NO_PUSH; // Export displaylist segment addresses as an index into a buffer of gfx - if ((Companion::Instance->GetGBIMinorVersion() == GBIMinorVersion::Mk64) && (SEGMENT_NUMBER(w1) == 0x07)) { - value = gsSPDisplayListOTRIndex(w1); - w0 = value.words.w0; - w1 = value.words.w1; - } else { + { value = gsSPDisplayListOTRHash(ptr); w0 = value.words.w0; w1 = value.words.w1; |
