Browse Source

Shader cache experiment

pull/3128/head
MaranBr 3 weeks ago
parent
commit
8fb2df9bde
  1. 3
      src/video_core/engines/maxwell_3d.cpp

3
src/video_core/engines/maxwell_3d.cpp

@ -224,9 +224,6 @@ void Maxwell3D::ProcessMacro(u32 method, const u32* base_start, u32 amount, bool
}
void Maxwell3D::RefreshParametersImpl() {
if (!Settings::IsGPULevelHigh()) {
return;
}
size_t current_index = 0;
for (auto& segment : macro_segments) {
if (segment.first == 0) {

Loading…
Cancel
Save