Browse Source

Increase GPU Level High precision a bit more

pull/281/head
MaranBr 9 months ago
committed by crueter
parent
commit
43eb9845f2
  1. 4
      src/video_core/dma_pusher.cpp

4
src/video_core/dma_pusher.cpp

@ -109,9 +109,7 @@ bool DmaPusher::Step() {
if (Settings::IsGPULevelHigh()) {
if (dma_state.method >= MacroRegistersStart) {
unsafe_process();
} else if (subchannel_type[dma_state.subchannel] == Engines::EngineTypes::KeplerCompute && dma_state.method == ComputeInline) {
unsafe_process();
} else {
} else {
safe_process();
}
} else {

Loading…
Cancel
Save