settings: remove global override for smash on amdvlk

This commit is contained in:
Liam 2024-02-23 22:40:48 -05:00
parent e15b1021a4
commit 9db29b4e20
3 changed files with 3 additions and 36 deletions

View file

@ -425,11 +425,6 @@ struct System::Impl {
room_member->SendGameInfo(game_info);
}
// Workarounds:
// Activate this in Super Smash Brothers Ultimate, it only affects AMD cards using AMDVLK
Settings::values.renderer_amdvlk_depth_bias_workaround =
params.program_id == 0x1006A800016E000ULL;
status = SystemResultStatus::Success;
return status;
}
@ -489,9 +484,6 @@ struct System::Impl {
room_member->SendGameInfo(game_info);
}
// Workarounds
Settings::values.renderer_amdvlk_depth_bias_workaround = false;
LOG_DEBUG(Core, "Shutdown OK");
}