diff --git a/src/renderer/AsyncResourceGatherer.cpp b/src/renderer/AsyncResourceGatherer.cpp index 465511c..cd3f1f1 100644 --- a/src/renderer/AsyncResourceGatherer.cpp +++ b/src/renderer/AsyncResourceGatherer.cpp @@ -74,6 +74,12 @@ void CAsyncResourceGatherer::recheckDMAFramesFor(COutput* output) { } } + for (auto& dma : dmas) { + if (dma->name == output->stringPort) { + shouldMake = false; + } + } + if (!shouldMake) return;