mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 00:07:07 +02:00
Revert "small change"
This commit is contained in:
parent
db10193a16
commit
ca7c1c7230
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ void DmaPusher::ProcessCommands(std::span<const CommandHeader> commands, u64 bas
|
||||||
case SubmissionMode::Inline:
|
case SubmissionMode::Inline:
|
||||||
method = command_header.method;
|
method = command_header.method;
|
||||||
subchannel = command_header.subchannel;
|
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();
|
sync_state();
|
||||||
CallMethod(command_header.arg_count);
|
CallMethod(command_header.arg_count);
|
||||||
non_incrementing = true;
|
non_incrementing = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue