summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoco875 <pereira.jannin@gmail.com>2025-08-24 14:28:22 +0200
committerLywx <kiritodev01@gmail.com>2025-12-01 12:39:42 -0600
commit8acdc3e0a4656a2e5aa9bfa2d709a6072eec7acd (patch)
treeeb3b8f2708e69d5b843a0a88d7cfd97bde7ea0f2
parent75f47bc85ae3ee235621629b1f17d307b69b9686 (diff)
Update DisplayListFactory.cpp
-rw-r--r--src/factories/DisplayListFactory.cpp6
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;