diff --git a/app/src/main/cpp/skyline/soc/gm20b/engines/maxwell_dma.cpp b/app/src/main/cpp/skyline/soc/gm20b/engines/maxwell_dma.cpp index 3146a235..c01aa7f2 100644 --- a/app/src/main/cpp/skyline/soc/gm20b/engines/maxwell_dma.cpp +++ b/app/src/main/cpp/skyline/soc/gm20b/engines/maxwell_dma.cpp @@ -36,7 +36,7 @@ namespace skyline::soc::gm20b::engine { return; } - executor.SubmitWithFlush(); + executor.Submit(); if (registers.launchDma->multiLineEnable) { if (registers.launchDma->srcMemoryLayout == Registers::LaunchDma::MemoryLayout::Pitch && registers.launchDma->dstMemoryLayout == Registers::LaunchDma::MemoryLayout::BlockLinear)