mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-04-19 19:14:47 +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();
|
||||
return true;
|
||||
}
|
||||
if (subchannel_type[dma_state.subchannel] == Engines::EngineTypes::KeplerCompute &&
|
||||
dma_state.method == ComputeInline) {
|
||||
unsafe_process();
|
||||
return true;
|
||||
}
|
||||
safe_process();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue