summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-03-12 22:48:40 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-03-12 22:48:40 -0600
commit20e1803bba941f900b75fc196b0185a1ae473601 (patch)
tree27ff36dbeccc3c592fa763efa1a04ff9c81d87c7
parent200b5b3b902db9735b22533c5e4b61798de519d3 (diff)
Changed from Dlist to Gfx
-rw-r--r--src/factories/DisplayListFactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/factories/DisplayListFactory.cpp b/src/factories/DisplayListFactory.cpp
index 46c0f7d..c001049 100644
--- a/src/factories/DisplayListFactory.cpp
+++ b/src/factories/DisplayListFactory.cpp
@@ -129,7 +129,7 @@ void DListCodeExporter::Export(std::ostream &write, std::shared_ptr<IParsedData>
if (Companion::Instance->IsDebug()) {
const auto sz = (sizeof(uint32_t) * cmds.size());
- write << "// count: " << std::to_string(sz / 8) << " DLists\n";
+ write << "// count: " << std::to_string(sz / 8) << " Gfx\n";
if (IS_SEGMENTED(offset)) {
offset = SEGMENT_OFFSET(offset);
}
@@ -381,10 +381,10 @@ std::optional<std::shared_ptr<IParsedData>> DListFactory::parse(std::vector<uint
case GBIVersion::f3dex:
offset = w1;
- /*
+ /*
* Only generate lights on the second gsSPLight.
* gsSPSetLights1(name) outputs three macros:
- *
+ *
* gsSPNumLights(NUMLIGHTS_1)
* gsSPLight(&name.l[0], G_MV_L0)
* gsSPLight(&name.a, G_MV_L1) <-- This ptr is used to generate the lights