mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-13 14:58:57 +00:00
Merge commit '85dc40ad23
' into torzu-merging
This commit is contained in:
commit
ac1191e4a1
1 changed files with 0 additions and 5 deletions
|
@ -103,11 +103,6 @@ bool DmaPusher::Step() {
|
||||||
unsafe_process();
|
unsafe_process();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (subchannel_type[dma_state.subchannel] == Engines::EngineTypes::KeplerCompute &&
|
|
||||||
dma_state.method == ComputeInline) {
|
|
||||||
unsafe_process();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
safe_process();
|
safe_process();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue