Browse Source
Increase GPU Level High precision a bit more
pull/276/head
MaranBr
7 months ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
3 deletions
-
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(); |
|
|
|