Browse Source

Increase GPU Level High precision a bit more

pull/276/head
MaranBr 7 months ago
committed by crueter
parent
commit
5c3a6b8037
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  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