mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-13 10:58:39 +02:00
fix build
This commit is contained in:
parent
616e0a93c7
commit
8c045a47d2
1 changed files with 0 additions and 1 deletions
|
|
@ -151,7 +151,6 @@ void DmaPusher::ProcessCommands(std::span<const CommandHeader> commands, u64 bas
|
||||||
u64 dma_word_offset = dma_state.dma_word_offset;
|
u64 dma_word_offset = dma_state.dma_word_offset;
|
||||||
bool non_incrementing = dma_state.non_incrementing;
|
bool non_incrementing = dma_state.non_incrementing;
|
||||||
bool is_last_call = dma_state.is_last_call;
|
bool is_last_call = dma_state.is_last_call;
|
||||||
const u64 dma_get = dma_state.dma_get;
|
|
||||||
|
|
||||||
const auto sync_state = [&]() {
|
const auto sync_state = [&]() {
|
||||||
dma_state.method = method;
|
dma_state.method = method;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue