Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
h4570 committed Feb 11, 2024
1 parent 3c2ad09 commit 93e7aa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ void BlockizerProgramsManager::uploadBlock(bool isMulti) {

vu1BlockData = isMulti ? BlockMultiUploaded : BlockSingleUploaded;
dma_channel_wait(DMA_CHANNEL_VIF1, 0);
// dma_channel_wait(DMA_CHANNEL_GIF, 0); // ? - ?
dma_channel_send_packet2(staticPacket, DMA_CHANNEL_VIF1, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ void StaPipQBufferRenderer::sendObjectData(

packet2_utils_vu_add_end_tag(objectDataPacket);
dma_channel_wait(DMA_CHANNEL_VIF1, 0);
// dma_channel_wait(DMA_CHANNEL_GIF, 0); // 289 - 294
dma_channel_send_packet2(objectDataPacket, DMA_CHANNEL_VIF1, true);
}

Expand Down

0 comments on commit 93e7aa5

Please sign in to comment.