early-access version 3520

This commit is contained in:
pineappleEA
2023-04-22 17:27:48 +02:00
parent 84b6f4f808
commit ab28951bc0
10 changed files with 186 additions and 79 deletions

View File

@@ -223,6 +223,9 @@ 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) {