From ca7c1c72305bdd1447e4eb9e9cd939e195eb398d Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Wed, 11 Feb 2026 19:41:48 -0400 Subject: [PATCH] Revert "small change" --- src/video_core/dma_pusher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/dma_pusher.cpp b/src/video_core/dma_pusher.cpp index ef8cda7e50..f553fc68d3 100644 --- a/src/video_core/dma_pusher.cpp +++ b/src/video_core/dma_pusher.cpp @@ -205,7 +205,7 @@ void DmaPusher::ProcessCommands(std::span commands, u64 bas case SubmissionMode::Inline: method = command_header.method; subchannel = command_header.subchannel; - dma_word_offset = base_word_offset + u32((index + 1) * sizeof(u32)); + dma_word_offset = u64(-s64(dma_get)); // negate to set address as 0 sync_state(); CallMethod(command_header.arg_count); non_incrementing = true;