Skip to content

Commit 5ba98f7

Browse files
committed
Add back printf.
1 parent b96ccb1 commit 5ba98f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/port/GBIMiddleware.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ extern "C" void gSPDisplayList(Gfx* pkt, Gfx* dl) {
6161
auto res = std::static_pointer_cast<Fast::DisplayList>(resource);
6262
dl = &res->Instructions[0];
6363
#ifdef USE_GBI_TRACE
64+
printf("DisplayList: %s\n", imgData);
6465
for (int i = 0; i < res->Instructions.size(); i++) {
6566
auto gfx = &res->Instructions[i];
6667
gfx->words.trace.file = imgData;

0 commit comments

Comments
 (0)