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. 2
      src/video_core/dma_pusher.cpp

2
src/video_core/dma_pusher.cpp

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

Loading…
Cancel
Save